aboutsummaryrefslogtreecommitdiffstats
path: root/spec/runtime/load_spec.rb
diff options
context:
space:
mode:
authorVictor Koronen <koronen@kth.se>2015-08-08 16:55:20 +0200
committerVictor Koronen <koronen@kth.se>2015-08-14 12:29:44 +0200
commitea73d220a5e012f8ec41fef1770152145114ca5b (patch)
tree2907cc5754852b1fc324a7822308b2d55a915397 /spec/runtime/load_spec.rb
parent3dcd4d5ba009873f2499787f1dbfbf10cd6ec134 (diff)
downloadbundler-ea73d220a5e012f8ec41fef1770152145114ca5b.tar.gz
Fix Style/MethodCallParentheses
Diffstat (limited to 'spec/runtime/load_spec.rb')
-rw-r--r--spec/runtime/load_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/runtime/load_spec.rb b/spec/runtime/load_spec.rb
index 1ba79adc..950e8e9b 100644
--- a/spec/runtime/load_spec.rb
+++ b/spec/runtime/load_spec.rb
@@ -32,7 +32,7 @@ describe "Bundler.load" do
expect {
ENV["BUNDLE_GEMFILE"] = ""
Bundler.load
- }.not_to raise_error()
+ }.not_to raise_error
end
end