Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunne committed Jan 9, 2018
1 parent b3c7633 commit 4ee58cd
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 4ee58cd

Please sign in to comment.