Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
miq style
Browse files Browse the repository at this point in the history
ailisp committed Oct 13, 2017
1 parent 10b2e42 commit e821f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/appliance_console/cli_spec.rb
Original file line number Diff line number Diff line change
@@ -159,7 +159,7 @@
it "should not allow empty password in setting database" do
subject.parse(%w(--internal --username user -r 1 --dbdisk x))
expect_v2_key
expect{subject.run}.to raise_error(RuntimeError, "A password is required to configure a database")
expect { subject.run }.to raise_error(RuntimeError, "A password is required to configure a database")
end

context "#ipa" do

0 comments on commit e821f40

Please sign in to comment.