Skip to content

Commit

Permalink
Update comment_test.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren committed Apr 24, 2019
1 parent c128c89 commit 46f1ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/comment_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class SearchTest < ApplicationSystemTestCase

# we could see if an image gets created:
# assert_no_difference 'Image.count' do
attach_file('Image', '/public/images/pl.png')
attach_file('Image', 'public/images/pl.png')
# end

assert_selector('.comment-form textarea#textinput', text: '![](/some/imageid.png)')
Expand Down

0 comments on commit 46f1ff2

Please sign in to comment.