Add cucumber to the Gemfile
This commit is contained in:
parent
d2290af3db
commit
4c7a1f84bd
2
Gemfile
2
Gemfile
@ -49,6 +49,8 @@ group :test do
|
||||
gem 'selenium-webdriver'
|
||||
gem 'simplecov', require: false
|
||||
gem 'webmock', require: false
|
||||
gem 'cucumber-rails', :require => false
|
||||
gem 'database_cleaner'
|
||||
end
|
||||
|
||||
group :staging, :production do
|
||||
|
18
Gemfile.lock
18
Gemfile.lock
@ -110,6 +110,19 @@ GEM
|
||||
thor
|
||||
crack (0.4.2)
|
||||
safe_yaml (~> 1.0.0)
|
||||
cucumber (1.3.15)
|
||||
builder (>= 2.1.2)
|
||||
diff-lcs (>= 1.1.3)
|
||||
gherkin (~> 2.12)
|
||||
multi_json (>= 1.7.5, < 2.0)
|
||||
multi_test (>= 0.1.1)
|
||||
cucumber-rails (1.4.1)
|
||||
capybara (>= 1.1.2, < 3)
|
||||
cucumber (>= 1.3.8, < 2)
|
||||
mime-types (~> 1.16)
|
||||
nokogiri (~> 1.5)
|
||||
rails (>= 3, < 5)
|
||||
database_cleaner (1.3.0)
|
||||
debug_inspector (0.0.2)
|
||||
diff-lcs (1.2.5)
|
||||
docile (1.1.3)
|
||||
@ -131,6 +144,8 @@ GEM
|
||||
sass (>= 3.2.0)
|
||||
fssm (0.2.10)
|
||||
geocoder (1.2.1)
|
||||
gherkin (2.12.2)
|
||||
multi_json (~> 1.3)
|
||||
guard (2.6.1)
|
||||
formatador (>= 0.2.4)
|
||||
listen (~> 2.7)
|
||||
@ -182,6 +197,7 @@ GEM
|
||||
mini_portile (0.6.0)
|
||||
minitest (4.7.5)
|
||||
multi_json (1.10.0)
|
||||
multi_test (0.1.1)
|
||||
multipart-post (2.0.0)
|
||||
nested_form (0.3.2)
|
||||
net-scp (1.2.1)
|
||||
@ -342,6 +358,8 @@ DEPENDENCIES
|
||||
coffee-rails (~> 4.0.0)
|
||||
compass-rails (~> 1.1.3)
|
||||
coveralls
|
||||
cucumber-rails
|
||||
database_cleaner
|
||||
factory_girl_rails
|
||||
forgery
|
||||
foundation-rails
|
||||
|
Loading…
x
Reference in New Issue
Block a user