Skip to content

Commit

Permalink
test modified
Browse files Browse the repository at this point in the history
  • Loading branch information
mradeybee committed Nov 27, 2015
1 parent 34b3349 commit 5df41ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/passenger_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
expect(passenger_without_name).not_to be_valid
end

it "rejects flights witout destination" do
it "rejects passenger withut email" do
passenger.save
expect(passenger_without_email).not_to be_valid
end
Expand Down

0 comments on commit 5df41ca

Please sign in to comment.