spec/plugin/hash_matcher_spec.rb in roda-2.29.0 vs spec/plugin/hash_matcher_spec.rb in roda-3.0.0
- old
+ new
@@ -1,5 +1,5 @@
-require File.expand_path("spec_helper", File.dirname(File.dirname(__FILE__)))
+require_relative "../spec_helper"
describe "hash_matcher plugin" do
it "should enable the handling of arbitrary hash keys" do
app(:bare) do
plugin :hash_matcher