Skip to content

Commit

Permalink
Shorten to Lorem
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartl committed Sep 4, 2016
1 parent 1e37ae7 commit ba22f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/controllers/messages_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def setup

test "should create valid message" do
login_as @user
post messages_url, params: { message: { content: "Lorem ipsum" } }
post messages_url, params: { message: { content: "Lorem" } }
assert_response :redirect
end
end

0 comments on commit ba22f6b

Please sign in to comment.