Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
neb417 committed Nov 18, 2023
1 parent c9332e0 commit 06707f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/views/savings_rates/edit.html.tailwindcss_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require "rails_helper"

RSpec.describe "savings_rates/edit", type: :view do
let(:savings_rate) {create(:savings_rate)}
let(:savings_rate) { create(:savings_rate) }

before(:each) do
assign(:savings_rate, savings_rate)
Expand Down

0 comments on commit 06707f4

Please sign in to comment.