Skip to content

Commit 6ab4ac4

Browse files
committed
Update text
1 parent 09e3989 commit 6ab4ac4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class DeleteMeController < ApplicationController
22
def show
3-
render html: '<h1>Hi there!!!<h1>'.html_safe
3+
render html: '<h1>Hello all you awesome people!<h1>'.html_safe
44
end
55
end

test/integration/delete_me_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
class DeleteMeTest < ActionDispatch::IntegrationTest
44
test 'it works' do
55
get root_path
6-
assert_select "h1", "Hi there!!!"
6+
assert_select "h1", "Hello all you awesome people!"
77
end
88
end

0 commit comments

Comments
 (0)