Skip to content

Commit

Permalink
Update gems in generated rails app.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Apr 11, 2012
1 parent 2e73b35 commit ac56a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/step_definitions/rails_steps.rb
Expand Up @@ -43,12 +43,12 @@
end

When /^I configure the application to use rspec\-rails$/ do
append_to_gemfile "gem 'rspec-rails', '~> 2.6.1.beta1'"
append_to_gemfile "gem 'rspec-rails', '~> 2.6.1'"
steps %{And I run `bundle install --local`}
end

When /^I configure the application to use shoulda-context$/ do
append_to_gemfile "gem 'shoulda-context', '~> 1.0.0.beta1'"
append_to_gemfile "gem 'shoulda-context', '~> 1.0.0'"
steps %{And I run `bundle install --local`}
end

Expand Down

0 comments on commit ac56a1a

Please sign in to comment.