Skip to content

Commit

Permalink
Remove implicit rails_helper require [#4396]
Browse files Browse the repository at this point in the history
  • Loading branch information
awwaiid committed Jul 7, 2024
1 parent 0aeb851 commit 60560b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/models/unit_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
# updated_at :datetime not null
# organization_id :bigint
#
require "rails_helper"

RSpec.describe Unit, type: :model do
let!(:organization) { create(:organization) }
Expand Down

0 comments on commit 60560b7

Please sign in to comment.