[deploy] Fix broken listing spec (#7504)
This commit is contained in:
parent
2bad54ec47
commit
aa96a076d8
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ RSpec.describe "/internal/listings", type: :request do
|
|||
end
|
||||
|
||||
describe "GET /internal/listings" do
|
||||
let(:unpublished_listing) { create(:classified_listing, published: false) }
|
||||
let!(:unpublished_listing) { create(:classified_listing, published: false) }
|
||||
|
||||
it "filters unpublished listings by default" do
|
||||
get internal_listings_path
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue