Skip to content

Commit

Permalink
fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jan 16, 2019
1 parent 38dec3a commit 63f67d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/y2firewall/autoyast_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@

it "returned hash is valid for later import" do
config = subject.export
expect{subject.import(config)}.to_not raise_error
expect { subject.import(config) }.to_not raise_error
end
end

Expand Down

0 comments on commit 63f67d6

Please sign in to comment.