Skip to content

Commit

Permalink
Decrease the chance of specs failing to 1 / 2^32
Browse files Browse the repository at this point in the history
  • Loading branch information
sersut committed Jan 15, 2014
1 parent a950e9e commit 2b15bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/system_spec.rb
Expand Up @@ -535,7 +535,7 @@
provides 'random' provides 'random'
collect_data do collect_data do
random rand(100) random rand(1 << 32)
end end
end end
E E
Expand Down

0 comments on commit 2b15bad

Please sign in to comment.