aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/test
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2017-04-19 20:02:03 -0400
committerRafael Mendonça França <rafaelmfranca@gmail.com>2017-04-19 20:13:42 -0400
commit0871e5e5c1e6151a7ed3bdf7b22209ac11532b31 (patch)
tree2936e12b4d940a2ac69d3b4f81a1adf15a02c423 /actionpack/test/fixtures/test
parentd862cb89837d78f2c0f59caa9541383c6a0314b9 (diff)
downloadrails-0871e5e5c1e6151a7ed3bdf7b22209ac11532b31.tar.gz
rails-0871e5e5c1e6151a7ed3bdf7b22209ac11532b31.tar.bz2
rails-0871e5e5c1e6151a7ed3bdf7b22209ac11532b31.zip
Fix all style guides violations
Closes #28382 Closes #28651
Diffstat (limited to 'actionpack/test/fixtures/test')
-rw-r--r--actionpack/test/fixtures/test/formatted_xml_erb.builder2
-rw-r--r--actionpack/test/fixtures/test/hello_xml_world.builder2
2 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/test/fixtures/test/formatted_xml_erb.builder b/actionpack/test/fixtures/test/formatted_xml_erb.builder
index 14fd3549fb..f98aaa34a5 100644
--- a/actionpack/test/fixtures/test/formatted_xml_erb.builder
+++ b/actionpack/test/fixtures/test/formatted_xml_erb.builder
@@ -1 +1 @@
-xml.test 'failed' \ No newline at end of file
+xml.test "failed"
diff --git a/actionpack/test/fixtures/test/hello_xml_world.builder b/actionpack/test/fixtures/test/hello_xml_world.builder
index e7081b89fe..d16bb6b5cb 100644
--- a/actionpack/test/fixtures/test/hello_xml_world.builder
+++ b/actionpack/test/fixtures/test/hello_xml_world.builder
@@ -8,4 +8,4 @@ xml.html do
xml.p "monks"
xml.p "wiseguys"
end
-end \ No newline at end of file
+end