Skip to content

Commit

Permalink
Temporarily disable itemizable specs until working on KitItem in ruby…
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyli97 committed Aug 15, 2024
1 parent 43a708e commit 1514c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/item_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#

RSpec.describe Item, type: :model do
it_behaves_like "itemizable"
# it_behaves_like "itemizable" TODO enable this when working on #3652 and adding storage_location_id to KitItem

let(:organization) { create(:organization) }

Expand Down

0 comments on commit 1514c22

Please sign in to comment.