shoulda-matchers-cucumber 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 2e1fc8c83c23dc90fe258327da2fe3e3719ad1f34c640b0f49c3d376001303ca
4
+ data.tar.gz: 6e5001e2371aefb0c5ba0d64c03716f61d0ee0b28a5ebcac366fc449b2bec193
5
+ SHA512:
6
+ metadata.gz: '059d7157fc3666b6b904f0dd860ad65d033a1e810457a4660581aff6383bfb234d4eed886e6d8d47707a0691a93742d1a36b743e6589a0ba1088ecf75b3ab795'
7
+ data.tar.gz: 299361f02763e8e68e25a59a564632d0ea111a64da763cbe3ec7bf0c2f277114145a58b03113b59899bef57289c1f2da9a8fa4431269898e53d6c6e6a6f6a387
@@ -0,0 +1,11 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+
10
+ # rspec failure tracking
11
+ .rspec_status
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
@@ -0,0 +1,13 @@
1
+ ---
2
+ language: ruby
3
+ dist: xenial
4
+ services:
5
+ - postgresql
6
+ env:
7
+ matrix:
8
+ - DATABASE_ADAPTER=postgresql
9
+ cache: bundler
10
+ rvm:
11
+ - 2.7.1
12
+ install: "bundle install --jobs=3 --retry=3"
13
+ script: "bundle exec rake"
@@ -0,0 +1,3 @@
1
+ [0.1.0]:
2
+ + integration module supporting the rspec-exceptation syntax in the cucumber
3
+ + rspec test for the gem
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at majioa@yandex.ru. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source "https://rubygems.org"
2
+
3
+ # Specify your gem's dependencies in shoulda-matchers-cucumber.gemspec
4
+ gemspec
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2020 Malo Skrylevo
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,94 @@
1
+ # Shoulda Matchers for Cucumber
2
+
3
+ [![Gem Version][version-badge]][rubygems] [![Build Status][travis-badge]][travis] [![MIT License][license-badge]](LICENSE) [![Total Downloads][downloads-total]][rubygems] [![Downloads][downloads-badge]][rubygems] [![Hound][hound-badge]][hound]
4
+
5
+ The gem to be used to support the [shoulda matchers](https://github.com/thoughtbot/shoulda-matchers) and [rspec expectation](https://github.com/rspec/rspec-expectations) syntaxes in the cucumber step methods, without picking up the whole rspec, or specifying the shoulda matchers.
6
+
7
+ [version-badge]: https://img.shields.io/gem/v/shoulda-matchers-cucumber.svg
8
+ [rubygems]: https://rubygems.org/gems/shoulda-matchers-cucumber
9
+ [travis-badge]: https://img.shields.io/travis/majioa/shoulda-matchers-cucumber/master.svg
10
+ [travis]: https://travis-ci.org/majioa/shoulda-matchers-cucumber
11
+ [downloads-total]: https://img.shields.io/gem/dt/shoulda-matchers-cucumber.svg
12
+ [downloads-badge]: https://img.shields.io/gem/dtv/shoulda-matchers-cucumber.svg
13
+ [downloads-badge]: https://img.shields.io/gem/dtv/shoulda-matchers-cucumber.svg
14
+ [hound-badge]: https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg
15
+ [hound]: https://houndci.com
16
+ [license-badge]: https://img.shields.io/badge/License-MIT-0000FF.png
17
+
18
+
19
+ ### RSpec-Expectations
20
+
21
+ Use this instead of the RSpec ifself in case you just use the specific module gem
22
+ 'rspec-expectations' to test webpart(s).
23
+
24
+ Include `shoulda-matchers-cucumber` in your Gemfile:
25
+
26
+ ``` ruby
27
+ group :test do
28
+ gem 'shoulda-matchers-cucumber'
29
+ end
30
+ ```
31
+
32
+ And then execute:
33
+
34
+ $ bundle
35
+
36
+ Or install it yourself as:
37
+
38
+ $ gem install shoulda-matchers-cucumber
39
+
40
+ Now you can use matchers in your tests as for Cucumber without picking-up the whole RSpec suite.
41
+
42
+ ## Configuring
43
+ Then, configure the gem to integrate with RSpec specifying the test framework as `:cucumber`:
44
+
45
+ ``` ruby
46
+ Shoulda::Matchers.configure do |config|
47
+ config.integrate do |with|
48
+ with.test_framework :cucumber
49
+ # ...
50
+ end
51
+ end
52
+ ```
53
+
54
+ ## Usage
55
+
56
+ Write your cucumer rules as usual:
57
+
58
+ ```cucumber
59
+ Feature: User model
60
+
61
+ Scenario: Valid model of User
62
+ Given default User model
63
+ Then the model is valid
64
+ ```
65
+
66
+ Then write its steps using shoylda matchers' syntax:
67
+
68
+ ```ruby
69
+ Given("default User model") do
70
+ User.create(name: "Vasja")
71
+ end
72
+
73
+ Then("the model is valid") do
74
+ expect(User.first).to validate_presence_of(:name)
75
+ end
76
+ ```
77
+
78
+ ## Development
79
+
80
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
81
+
82
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
83
+
84
+ ## Contributing
85
+
86
+ Bug reports and pull requests are welcome on GitHub at https://github.com/majioa/shoulda-matchers-cucumber. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
87
+
88
+ ## License
89
+
90
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
91
+
92
+ ## Code of Conduct
93
+
94
+ Everyone interacting in the Shoulda::Matchers::Cucumber project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/majioa/shoulda-matchers-cucumber/blob/master/CODE_OF_CONDUCT.md).
@@ -0,0 +1,6 @@
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :default => :spec
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "shoulda/matchers/cucumber"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start(__FILE__)
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1 @@
1
+ require "shoulda/matchers/cucumber"
@@ -0,0 +1,2 @@
1
+ require "shoulda/matchers/cucumber/version"
2
+ require "shoulda/matchers/integrations/test_frameworks/cucumber"
@@ -0,0 +1,7 @@
1
+ module Shoulda
2
+ module Matchers
3
+ module Cucumber
4
+ VERSION = "1.0.0"
5
+ end
6
+ end
7
+ end
@@ -0,0 +1,36 @@
1
+ require "shoulda/matchers"
2
+
3
+ module Shoulda
4
+ module Matchers
5
+ module Integrations
6
+ module TestFrameworks
7
+ # @private
8
+ class RspecExpectations
9
+ Integrations.register_test_framework(self, :cucumber)
10
+
11
+ def validate!
12
+ return if defined? RSpec::Matchers
13
+ raise TestFrameworkNotFound, <<-EOT
14
+ You have to include the 'rspec-expectations' gem to Gemfile, and add
15
+ the line before requiring the shoulda matchers:
16
+
17
+ require 'rspec/expectations'
18
+ EOT
19
+ end
20
+
21
+ def include(*modules, **_options)
22
+ RSpec::Matchers.send(:include, *modules)
23
+ end
24
+
25
+ def n_unit?
26
+ false
27
+ end
28
+
29
+ def present?
30
+ true
31
+ end
32
+ end
33
+ end
34
+ end
35
+ end
36
+ end
@@ -0,0 +1,51 @@
1
+
2
+ lib = File.expand_path("../lib", __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require "shoulda/matchers/cucumber/version"
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "shoulda-matchers-cucumber"
8
+ spec.version = Shoulda::Matchers::Cucumber::VERSION
9
+ spec.authors = [ "Малъ Скрылёвъ (Malo Skrylevo)" ]
10
+ spec.email = [ "majioa@yandex.ru" ]
11
+
12
+ spec.summary = %q{Use shoulda matchers and rspec-expectations directly in cucumber}
13
+ spec.description = %q{The gem to be used to support the shoulda matchers and rspec expectation syntaxes in the cucumber step methods, without picking up the whole rspec}
14
+ spec.homepage = "https://github.com/majioa/shoulda-matchers-cucumber"
15
+ spec.license = "MIT"
16
+
17
+ # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
+ # to allow pushing to a single host or delete this section to allow pushing to any host.
19
+ if spec.respond_to?(:metadata)
20
+ spec.metadata["allowed_push_host"] = "https://rubygems.org"
21
+
22
+ spec.metadata["homepage_uri"] = spec.homepage
23
+ spec.metadata["source_code_uri"] = "https://github.com/majioa/shoulda-matchers-cucumber"
24
+ spec.metadata["changelog_uri"] = "https://github.com/majioa/shoulda-matchers-cucumber/CHANGELOG.md"
25
+ else
26
+ raise "RubyGems 2.0 or newer is required to protect against " \
27
+ "public gem pushes."
28
+ end
29
+
30
+ # Specify which files should be added to the gem when it is released.
31
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
32
+ spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
33
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
34
+ end
35
+ spec.bindir = "exe"
36
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
37
+ spec.require_paths = ["lib"]
38
+
39
+ spec.add_development_dependency "bundler", "~> 2.0"
40
+ spec.add_development_dependency "rake", "~> 13.0"
41
+ spec.add_development_dependency "rspec", "~> 3.0"
42
+ spec.add_development_dependency "pry", "~> 0.13.1"
43
+ spec.add_development_dependency "rails", "~> 5.0.0"
44
+ spec.add_development_dependency "pg", "~> 1.2.3"
45
+ spec.add_development_dependency "bootsnap", "~> 1.4.6"
46
+ spec.add_development_dependency "listen", "~> 3.0.5"
47
+ spec.add_development_dependency "cucumber-rails", "~> 2.0"
48
+ spec.add_runtime_dependency "shoulda-matchers", ">= 3.0.0", "< 5.0.0"
49
+ spec.add_runtime_dependency "cucumber", "~> 3.0"
50
+ spec.add_runtime_dependency "rspec-expectations", "~> 3.0"
51
+ end
metadata ADDED
@@ -0,0 +1,238 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: shoulda-matchers-cucumber
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Малъ Скрылёвъ (Malo Skrylevo)
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2020-04-25 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '2.0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '2.0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '13.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '13.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '3.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '3.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: pry
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: 0.13.1
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: 0.13.1
69
+ - !ruby/object:Gem::Dependency
70
+ name: rails
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: 5.0.0
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: 5.0.0
83
+ - !ruby/object:Gem::Dependency
84
+ name: pg
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: 1.2.3
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: 1.2.3
97
+ - !ruby/object:Gem::Dependency
98
+ name: bootsnap
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "~>"
102
+ - !ruby/object:Gem::Version
103
+ version: 1.4.6
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - "~>"
109
+ - !ruby/object:Gem::Version
110
+ version: 1.4.6
111
+ - !ruby/object:Gem::Dependency
112
+ name: listen
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - "~>"
116
+ - !ruby/object:Gem::Version
117
+ version: 3.0.5
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - "~>"
123
+ - !ruby/object:Gem::Version
124
+ version: 3.0.5
125
+ - !ruby/object:Gem::Dependency
126
+ name: cucumber-rails
127
+ requirement: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - "~>"
130
+ - !ruby/object:Gem::Version
131
+ version: '2.0'
132
+ type: :development
133
+ prerelease: false
134
+ version_requirements: !ruby/object:Gem::Requirement
135
+ requirements:
136
+ - - "~>"
137
+ - !ruby/object:Gem::Version
138
+ version: '2.0'
139
+ - !ruby/object:Gem::Dependency
140
+ name: shoulda-matchers
141
+ requirement: !ruby/object:Gem::Requirement
142
+ requirements:
143
+ - - ">="
144
+ - !ruby/object:Gem::Version
145
+ version: 3.0.0
146
+ - - "<"
147
+ - !ruby/object:Gem::Version
148
+ version: 5.0.0
149
+ type: :runtime
150
+ prerelease: false
151
+ version_requirements: !ruby/object:Gem::Requirement
152
+ requirements:
153
+ - - ">="
154
+ - !ruby/object:Gem::Version
155
+ version: 3.0.0
156
+ - - "<"
157
+ - !ruby/object:Gem::Version
158
+ version: 5.0.0
159
+ - !ruby/object:Gem::Dependency
160
+ name: cucumber
161
+ requirement: !ruby/object:Gem::Requirement
162
+ requirements:
163
+ - - "~>"
164
+ - !ruby/object:Gem::Version
165
+ version: '3.0'
166
+ type: :runtime
167
+ prerelease: false
168
+ version_requirements: !ruby/object:Gem::Requirement
169
+ requirements:
170
+ - - "~>"
171
+ - !ruby/object:Gem::Version
172
+ version: '3.0'
173
+ - !ruby/object:Gem::Dependency
174
+ name: rspec-expectations
175
+ requirement: !ruby/object:Gem::Requirement
176
+ requirements:
177
+ - - "~>"
178
+ - !ruby/object:Gem::Version
179
+ version: '3.0'
180
+ type: :runtime
181
+ prerelease: false
182
+ version_requirements: !ruby/object:Gem::Requirement
183
+ requirements:
184
+ - - "~>"
185
+ - !ruby/object:Gem::Version
186
+ version: '3.0'
187
+ description: The gem to be used to support the shoulda matchers and rspec expectation
188
+ syntaxes in the cucumber step methods, without picking up the whole rspec
189
+ email:
190
+ - majioa@yandex.ru
191
+ executables: []
192
+ extensions: []
193
+ extra_rdoc_files: []
194
+ files:
195
+ - ".gitignore"
196
+ - ".rspec"
197
+ - ".travis.yml"
198
+ - CHANGELOG.md
199
+ - CODE_OF_CONDUCT.md
200
+ - Gemfile
201
+ - LICENSE.txt
202
+ - README.md
203
+ - Rakefile
204
+ - bin/console
205
+ - bin/setup
206
+ - lib/shoulda-matchers/cucumber.rb
207
+ - lib/shoulda/matchers/cucumber.rb
208
+ - lib/shoulda/matchers/cucumber/version.rb
209
+ - lib/shoulda/matchers/integrations/test_frameworks/cucumber.rb
210
+ - shoulda-matchers-cucumber.gemspec
211
+ homepage: https://github.com/majioa/shoulda-matchers-cucumber
212
+ licenses:
213
+ - MIT
214
+ metadata:
215
+ allowed_push_host: https://rubygems.org
216
+ homepage_uri: https://github.com/majioa/shoulda-matchers-cucumber
217
+ source_code_uri: https://github.com/majioa/shoulda-matchers-cucumber
218
+ changelog_uri: https://github.com/majioa/shoulda-matchers-cucumber/CHANGELOG.md
219
+ post_install_message:
220
+ rdoc_options: []
221
+ require_paths:
222
+ - lib
223
+ required_ruby_version: !ruby/object:Gem::Requirement
224
+ requirements:
225
+ - - ">="
226
+ - !ruby/object:Gem::Version
227
+ version: '0'
228
+ required_rubygems_version: !ruby/object:Gem::Requirement
229
+ requirements:
230
+ - - ">="
231
+ - !ruby/object:Gem::Version
232
+ version: '0'
233
+ requirements: []
234
+ rubygems_version: 3.1.2
235
+ signing_key:
236
+ specification_version: 4
237
+ summary: Use shoulda matchers and rspec-expectations directly in cucumber
238
+ test_files: []