Skip to content

Commit

Permalink
Update RSpec to play nice with Rails 4.1 and have test passing.
Browse files Browse the repository at this point in the history
Remove from travis config need to test against Rails 3.x since this version of api_taster is incompatible
  • Loading branch information
mariochavez committed Jun 11, 2014
1 parent ff8c166 commit ef18d0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ rvm:
- 1.9.3
- 2.0.0
gemfile:
- gemfiles/Gemfile.rails-3.2.x
- Gemfile
2 changes: 1 addition & 1 deletion api_taster.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|

s.add_development_dependency 'rake'
s.add_development_dependency 'simplecov'
s.add_development_dependency 'rspec-rails', '~> 2.13.2'
s.add_development_dependency 'rspec-rails', '~> 2.14.2'
s.add_development_dependency 'pry'
s.add_development_dependency 'thin'
end

0 comments on commit ef18d0b

Please sign in to comment.