This test shouldn't run on Ruby 1.8

This commit is contained in:
Zachary Scott 2015-05-22 15:00:56 -07:00
parent 908a140a77
commit e4c5477e18
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ describe Sinatra::Capture do
it "handles ISO-8859-1 encoding" do
render(:erb, "iso_8859_1").should == "ISO-8859-1 -"
end
end if RUBY_VERSION >= '1.9'
end
end