Skip to content

Commit

Permalink
Require MSpec 1.5.1 to run specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ford committed Nov 13, 2008
1 parent b585096 commit b4e22b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 1.8/spec_helper.rb
Expand Up @@ -40,8 +40,8 @@
end

v = MSpec::VERSION.split('.').collect { |d| "1%02d" % d.to_i }.join.to_i
unless v >= 101105100
puts "Please install MSpec version >= 1.5.0 to run the specs"
unless v >= 101105101
puts "Please install MSpec version >= 1.5.1 to run the specs"
exit 1
end

Expand Down

0 comments on commit b4e22b1

Please sign in to comment.