Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
fixing style violations
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k3 committed Sep 23, 2016
1 parent db0ae88 commit 664c052
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/bundler/settings_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
subject(:settings) { described_class.new }

it "does not raise" do
expect {
subject['foo']
}.not_to raise_error
expect do
subject["foo"]
end.not_to raise_error
end
end

Expand Down

0 comments on commit 664c052

Please sign in to comment.