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:
parent
908a140a77
commit
e4c5477e18
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue