Skip to content

Commit

Permalink
fix(specs): ...
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Oct 27, 2023
1 parent f6b32c6 commit 7f9631c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/imgproxy-rails/transformer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
context "when gravity is present" do
let(:params) { [1000, 1000, {gravity: :"north-east"}] }

it { expect(subject.fetch(:extend)).to eq(extend: true, gravity: "ne") }
it { expect(subject.fetch(:extend)).to eq(extend: true, gravity: "noea") }
end
end
end

0 comments on commit 7f9631c

Please sign in to comment.