Skip to content

Commit

Permalink
Switched to Rspec 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyates committed Apr 11, 2012
1 parent c21ad93 commit b018e7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rake-builder.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec = Gem::Specification.new do |s|


s.add_runtime_dependency 'rake', '0.8.7' s.add_runtime_dependency 'rake', '0.8.7'


s.add_development_dependency 'rspec', '1.3.1' s.add_development_dependency 'rspec', '>= 2.3.0'


s.test_files = FileList[ 'spec/**/*' ] s.test_files = FileList[ 'spec/**/*' ]
end end
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'spec' require 'rspec'
require File.expand_path( File.dirname(__FILE__) + '/../lib/rake/builder' ) require File.expand_path( File.dirname(__FILE__) + '/../lib/rake/builder' )


SPEC_PATH = File.expand_path( File.dirname(__FILE__) ) SPEC_PATH = File.expand_path( File.dirname(__FILE__) )
Expand Down

0 comments on commit b018e7a

Please sign in to comment.