spec/lib/arstotzka_spec.rb in arstotzka-1.4.2 vs spec/lib/arstotzka_spec.rb in arstotzka-1.4.3
- old
+ new
@@ -21,11 +21,11 @@
describe '.fetcher_for' do
let(:klass) { Arstotzka::Dummy }
let(:instance) { klass.new({}) }
let(:expected) do
Arstotzka::Fetcher.new(
- key: :name,
- path: 'user',
+ key: :name,
+ path: 'user',
instance: instance
)
end
it do