Rebuilt Gemfile.lock file; Locked down rspec-rails to 2.14.2 since rspec 3.0.0 changes 'pending' meaning

This commit is contained in:
Al Snow
2014-06-03 10:10:13 -04:00
parent 4e61090891
commit 5c68943059
2 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ group :development, :test, :mysql do
gem 'capybara'
gem 'database_cleaner'
gem 'poltergeist'
gem 'rspec-rails'
gem 'rspec-rails', '2.14.2'
end
group :mysql do