spec/integration/view/context/settings_spec.rb in hanami-2.1.0.beta2.1 vs spec/integration/view/context/settings_spec.rb in hanami-2.1.0.rc1
- old
+ new
@@ -39,16 +39,8 @@
let(:settings) { double(:settings) }
it "is the injected settings" do
expect(context.settings).to be settings
end
-
- context "rebuilt context" do
- subject(:new_context) { context.with }
-
- it "retains the injected settings" do
- expect(new_context.settings).to be settings
- end
- end
end
end
end