Skip to content

Commit

Permalink
🚨 Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Roc Khalil committed Nov 28, 2021
1 parent 40300e5 commit c81597d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/helpers/rails_admin/application_helper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
@abstract_model = RailsAdmin::AbstractModel.new(Team)
@object = FactoryBot.create(:team, name: 'the avengers')

expect(helper.menu_for(:member, @abstract_model, @object)).to match(/_blank/)
expect(helper.menu_for(:member, @abstract_model, @object)).to match(/_blank/)
end
end

Expand Down

0 comments on commit c81597d

Please sign in to comment.