Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Dec 7, 2018
1 parent 67291c3 commit 73da89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cucumber/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def randomize?
end

def seed
Integer(@options[:seed] || rand(0xFFFF))
@options[:seed]
end

def dry_run?
Expand Down

0 comments on commit 73da89e

Please sign in to comment.