mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-07 08:58:52 +00:00
Merge pull request #93 from basho/sdc-fix-ruby-tests
Relax Ruby version restriction in the test.
This commit is contained in:
commit
2121254614
@ -50,7 +50,7 @@ prereqs() ->
|
||||
?assertNot(rt:str(Ruby, "not found")),
|
||||
|
||||
RubyVersion = os:cmd("ruby -v"),
|
||||
?assert(rt:str(RubyVersion, "1.9.3")),
|
||||
?assert(rt:str(RubyVersion, "1.9.") orelse rt:str(RubyVersion, "1.8.7")),
|
||||
|
||||
Gem = os:cmd("which gem"),
|
||||
?assertNot(rt:str(Gem, "not found")),
|
||||
|
Loading…
Reference in New Issue
Block a user