diff options
Diffstat (limited to 'spec/support/helpers.rb')
-rw-r--r-- | spec/support/helpers.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/helpers.rb b/spec/support/helpers.rb index e06befc60e..4f7190edb2 100644 --- a/spec/support/helpers.rb +++ b/spec/support/helpers.rb @@ -176,7 +176,7 @@ module Spec def lockfile(*args) if args.empty? - File.open("Gemfile.lock", "r"){|f| f.read } + File.open("Gemfile.lock", "r") {|f| f.read } else create_file("Gemfile.lock", *args) end |