Have added some changes to make the specs pass.
Changes
Move the mocking inside context
Manually create target system folder for specs
In spec/invoker/power/url_rewriter_spec.rb the before and after callbacks have been moved to root block - wondering if this is okay? I don't see much trouble though.
Have added some changes to make the specs pass. Changes
In
spec/invoker/power/url_rewriter_spec.rb
thebefore
andafter
callbacks have been moved to root block - wondering if this is okay? I don't see much trouble though.