Skip to content

Commit

Permalink
test against RSpec 3.2
Browse files Browse the repository at this point in the history
hanachin committed Feb 4, 2015
1 parent 342d2a8 commit 06a3b73
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -14,3 +14,4 @@ gemfile:
- gemfiles/Gemfile-rspec-2.99.x
- gemfiles/Gemfile-rspec-3.0.x
- gemfiles/Gemfile-rspec-3.1.x
- gemfiles/Gemfile-rspec-3.2.x
6 changes: 6 additions & 0 deletions gemfiles/Gemfile-rspec-3.2.x
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source "http://rubygems.org"

# Specify your gem's dependencies in turnip.gemspec
gemspec :path => '..'
gem 'rspec', '~> 3.2.0'

0 comments on commit 06a3b73

Please sign in to comment.