spec/plugin/not_found_spec.rb in roda-2.29.0 vs spec/plugin/not_found_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 "not_found plugin" do
it "executes on no arguments" do
app(:bare) do
plugin :not_found