summaryrefslogtreecommitdiff
path: root/spec/integration/hanami_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/hanami_spec.rb')
-rw-r--r--spec/integration/hanami_spec.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/integration/hanami_spec.rb b/spec/integration/hanami_spec.rb
index 5fae6ef8..71f89ab9 100644
--- a/spec/integration/hanami_spec.rb
+++ b/spec/integration/hanami_spec.rb
@@ -10,9 +10,6 @@ RSpec.describe "Hanami integration" do
end
it "does not enter an infinite loop (#1471, #1621)" do
- if RUBY_VERSION.start_with? "1.9"
- skip "prepend is not supported on this version of Ruby"
- end
code = <<-RUBY
require "pry"
require "timeout"