-
- Downloads
Add cucumber and run the generator
Showing
- Gemfile 2 additions, 0 deletionsGemfile
- Gemfile.lock 35 additions, 0 deletionsGemfile.lock
- config/cucumber.yml 8 additions, 0 deletionsconfig/cucumber.yml
- features/step_definitions/web_steps.rb 219 additions, 0 deletionsfeatures/step_definitions/web_steps.rb
- features/support/env.rb 44 additions, 0 deletionsfeatures/support/env.rb
- features/support/paths.rb 33 additions, 0 deletionsfeatures/support/paths.rb
- lib/tasks/cucumber.rake 53 additions, 0 deletionslib/tasks/cucumber.rake
- script/cucumber 10 additions, 0 deletionsscript/cucumber
... | ... | @@ -43,6 +43,8 @@ group :test, :development do |
end | ||
group :test do | ||
gem 'capybara', '~> 0.3.9' | ||
gem 'cucumber-rails', '0.3.2' | ||
gem 'rspec', '>= 2.0.0.beta.17' | ||
gem 'rspec-rails', '2.0.0.beta.17' | ||
gem 'mocha' | ||
... | ... |
config/cucumber.yml
0 → 100644
features/step_definitions/web_steps.rb
0 → 100644
features/support/env.rb
0 → 100644
features/support/paths.rb
0 → 100644
lib/tasks/cucumber.rake
0 → 100644
script/cucumber
0 → 100755
Please register or sign in to comment