Skip to content

Commit

Permalink
fix test for renamed url parameter #271.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Mar 21, 2015
1 parent 6c585ae commit b393052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/concerns/statable_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
it "should not change to :waiting on :activate" do
subject.activate
expect(subject).to be_inactive
expect(subject.errors.full_messages.first).to eq("Url can't be blank")
expect(subject.errors.full_messages.first).to eq("Url private can't be blank")
end
end
end
Expand Down

0 comments on commit b393052

Please sign in to comment.