Skip to content

Commit

Permalink
Fix spec setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdonarski committed Oct 30, 2023
1 parent e78cd51 commit f720bba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ module Admin
describe Actions::ProductPropertiesDefaultActionsBuilder, type: :model do
let(:builder) { described_class.new }
let(:default_actions) do
[:select_from_prototype
"javascript:;"]
[:select_from_prototype,
:add_product_properties]
end

describe '#build' do
Expand Down
1 change: 1 addition & 0 deletions spec/models/spree/admin/tabs/tab_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module Admin
}
end
let(:check) { nil }
let(:availability_checks) { [] }

describe '#icon_name' do
subject { tab.icon_name }
Expand Down

0 comments on commit f720bba

Please sign in to comment.