Skip to content

Commit

Permalink
Merge pull request ManageIQ#16774 from bdunne/fix_typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
carbonin authored Jan 9, 2018
2 parents b3c7633 + 4ee58cd commit 42a687c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/miq_alert_status_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
describe "Validation" do
it "should reject unexpected severities" do
expect do
FactoryGirl.create(:miq_alert_status, :severity => 'awsome')
FactoryGirl.create(:miq_alert_status, :severity => 'awesome')
end.to raise_error(ActiveRecord::RecordInvalid, "Validation failed: Severity must be accepted")
end
end
Expand Down

0 comments on commit 42a687c

Please sign in to comment.