File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 click_on ( "Build" )
2929
3030 within ( :output , :stderr ) do
31- expect ( page ) . to have_content 'function is never used: `main` '
31+ expect ( page ) . to have_content 'function `main` is never used'
3232 end
3333 end
3434
7575 click_on ( "Build" )
7676
7777 within ( :output , :stderr ) do
78- expect ( page ) . to have_content 'function is never used: `main` '
78+ expect ( page ) . to have_content 'function `main` is never used'
7979 end
8080 end
8181
134134 click_on ( "Build" )
135135
136136 within ( :output , :stderr ) do
137- expect ( page ) . to have_content 'function is never used: `arbitrary_code` '
137+ expect ( page ) . to have_content 'function `arbitrary_code` is never used'
138138 end
139139 end
140140
Original file line number Diff line number Diff line change 3030 scenario "choosing to build the code" do
3131 in_build_menu { click_on ( build_button : "Build" ) }
3232 within ( :output , :stderr ) do
33- expect ( page ) . to have_content 'function is never used: `main` '
33+ expect ( page ) . to have_content 'function `main` is never used'
3434 end
3535 end
3636
You can’t perform that action at this time.
0 commit comments