From a11399931c03b1503d92b474add36cbc1ef81547 Mon Sep 17 00:00:00 2001 From: Takaaki Seki Date: Wed, 17 Feb 2016 17:39:51 +0900 Subject: [PATCH] Fix test case so that style tag is in head --- .../dev-mark/theme/github_fork_ribbon_spec.rb | 20 ++++++++----------- 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/spec/rack/dev-mark/theme/github_fork_ribbon_spec.rb b/spec/rack/dev-mark/theme/github_fork_ribbon_spec.rb index e5012a0..63400f9 100644 --- a/spec/rack/dev-mark/theme/github_fork_ribbon_spec.rb +++ b/spec/rack/dev-mark/theme/github_fork_ribbon_spec.rb @@ -5,11 +5,10 @@ it_behaves_like "theme" do let :out do s = <<-EOS -headtitle +headtitle -
env
body +
env
body EOS s.strip end @@ -20,11 +19,10 @@ it_behaves_like "theme" do let :out do s = <<-EOS -headtitle +headtitle -
env
body +
env
body EOS s.strip end @@ -36,11 +34,10 @@ it_behaves_like "theme" do let :out do s = <<-EOS -headtitle +headtitle -
env
body +
env
body EOS s.strip end @@ -52,11 +49,10 @@ it_behaves_like "theme" do let :out do s = <<-EOS -headtitle +headtitle -
env
body +
env
body EOS s.strip end