spec/lib/authorities_getty_spec.rb in qa-0.4.1 vs spec/lib/authorities_getty_spec.rb in qa-0.4.2

- old
+ new

@@ -79,10 +79,10 @@ end end describe "#request_options" do subject { authority.request_options } - it { is_expected.to eq({}) } + it { is_expected.to eq(accept: "application/sparql-results+json") } end end