spec/unit/rom/http/gateway_spec.rb in rom-http-0.1.2 vs spec/unit/rom/http/gateway_spec.rb in rom-http-0.2.0.beta1
- old
+ new
@@ -1,11 +1,9 @@
require 'rom/lint/spec'
RSpec.describe ROM::HTTP::Gateway do
include_context 'users and tasks'
- let(:gateway) { rom.gateways[:default] }
-
it_behaves_like 'a rom gateway' do
let(:identifier) { :http }
let(:gateway) { ROM::HTTP::Gateway }
let(:options) do
{