1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

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

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