cucumber rails is not required by default anymore
parent
3b75b98148
commit
19a063e861
2
Gemfile
2
Gemfile
|
@ -56,7 +56,7 @@ group :test do
|
||||||
# cucumber extension for testing command line applications, like msfconsole
|
# cucumber extension for testing command line applications, like msfconsole
|
||||||
gem 'aruba'
|
gem 'aruba'
|
||||||
# cucumber + automatic database cleaning with database_cleaner
|
# cucumber + automatic database cleaning with database_cleaner
|
||||||
gem 'cucumber-rails'
|
gem 'cucumber-rails', :require => false
|
||||||
gem 'shoulda-matchers'
|
gem 'shoulda-matchers'
|
||||||
# code coverage for tests
|
# code coverage for tests
|
||||||
# any version newer than 0.5.4 gives an Encoding error when trying to read the source files.
|
# any version newer than 0.5.4 gives an Encoding error when trying to read the source files.
|
||||||
|
|
Loading…
Reference in New Issue