spec/support/theme_helper.rb in rack-dev-mark-0.4.6 vs spec/support/theme_helper.rb in rack-dev-mark-0.5.0

- old
+ new

@@ -8,9 +8,10 @@ end end RSpec.shared_examples "theme" do let (:src) { %Q~<html><head>head<title>title</title></head><body>body</body></html>~ } + let (:out) { %Q~<html><head>head<title>title</title></head><body>body</body></html>~ } it "inserts env mark" do expect(subject.insert_into(src)).to eq(out) end end