Skip to content

Commit

Permalink
fixed offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
SleekMutt committed Dec 8, 2024
1 parent 0c63949 commit fcca68e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/requests/account/calculators_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
include_context :enable_calculators_constructor

let!(:calculator) { create(:calculator) }
let!(:new_attributes) { { calculator: { en_name: "new name" } } }
let!(:invalid_attributes) { { calculator: { en_name: nil } } }
let!(:new_attributes) { { calculator: { en_name: "new name" }} }
let!(:invalid_attributes) { { calculator: { en_name: nil }} }
let(:user) { create(:user) }
let(:locale) { "en" }
let(:new_path) { new_account_calculator_path(locale: locale) }
Expand Down

0 comments on commit fcca68e

Please sign in to comment.