Changeset [adb2e866933e0dd2b71f74ea6f74ca5bafdae69d] by Andrew Kraut
January 12th, 2010 @ 06:29 PM
added rspec scaffolding and cucumber
http://github.com/opie4624/c2bk/commit/adb2e866933e0dd2b71f74ea6f74...
Committed by Andrew Kraut
- A config/cucumber.yml
- A features/step_definitions/web_steps.rb
- A lib/tasks/rspec.rake
- A script/autospec
- A script/spec
- A spec/controllers/games_controller_spec.rb
- A spec/controllers/players_controller_spec.rb
- A spec/controllers/teams_controller_spec.rb
- A spec/fixtures/games.yml
- A spec/fixtures/players.yml
- A spec/fixtures/teams.yml
- A spec/helpers/games_helper_spec.rb
- A spec/helpers/players_helper_spec.rb
- A spec/helpers/teams_helper_spec.rb
- A spec/integration/games_spec.rb
- A spec/integration/players_spec.rb
- A spec/integration/teams_spec.rb
- A spec/models/game_spec.rb
- A spec/models/player_spec.rb
- A spec/models/team_spec.rb
- A spec/rcov.opts
- A spec/routing/games_routing_spec.rb
- A spec/routing/players_routing_spec.rb
- A spec/routing/teams_routing_spec.rb
- A spec/spec.opts
- A spec/spec_helper.rb
- A spec/views/games/edit.html.erb_spec.rb
- A spec/views/games/index.html.erb_spec.rb
- A spec/views/games/new.html.erb_spec.rb
- A spec/views/games/show.html.erb_spec.rb
- A spec/views/players/edit.html.erb_spec.rb
- A spec/views/players/index.html.erb_spec.rb
- A spec/views/players/new.html.erb_spec.rb
- A spec/views/players/show.html.erb_spec.rb
- A spec/views/teams/edit.html.erb_spec.rb
- A spec/views/teams/index.html.erb_spec.rb
- A spec/views/teams/new.html.erb_spec.rb
- A spec/views/teams/show.html.erb_spec.rb
- R features/step_definitions/webrat_steps.rb
- M config/environment.rb
- M config/environments/cucumber.rb
- M config/environments/test.rb
- M config/routes.rb
- M features/support/env.rb
- M features/support/paths.rb
- M lib/tasks/cucumber.rake
- M script/cucumber
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Cruel 2 B Kind