We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf238e7 + 42439a9 commit 618b64aCopy full SHA for 618b64a
test/server_rendered_html_test.rb
@@ -19,14 +19,14 @@ def wait_to_ensure_asset_pipeline_detects_changes
19
20
begin
21
get '/server/1'
22
- refute_match /Updated/, response.body
+ refute_match(/Updated/, response.body)
23
24
wait_to_ensure_asset_pipeline_detects_changes
25
FileUtils.cp file_with_updates, app_file
26
FileUtils.touch app_file
27
28
29
- assert_match /Updated/, response.body
+ assert_match(/Updated/, response.body)
30
ensure
31
# if we have a test failure, we want to make sure that we revert the dummy file
32
0 commit comments