spec/support/app_integration.rb in hanami-2.1.0.rc3 vs spec/support/app_integration.rb in hanami-2.1.0
- old
+ new
@@ -35,10 +35,10 @@
hsh[source_path] = {url: File.join("/assets", source_path)}
}
write "public/assets/assets.json", JSON.generate(manifest_hash)
- # An assets dir isrequired to load the assets provider
+ # An assets dir is required to load the assets provider
write "app/assets/.keep", ""
end
def compile_assets!
link_node_modules