Skip to content

Commit

Permalink
Fixed offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
SleekMutt committed Nov 28, 2024
1 parent d166852 commit b73685a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/requests/calculators_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
expect(assigns(:calculators)).not_to be_nil
end

context 'and constructor flipper is disabled' do
context "and constructor flipper is disabled" do
include_context :disable_calculators_constructor

it 'raises routing error' do
it "raises routing error" do
expect { get calculators_path }.to raise_error(ActionController::RoutingError)
end
end
Expand Down

0 comments on commit b73685a

Please sign in to comment.