Skip to content

Commit

Permalink
Temporary fix for this test
Browse files Browse the repository at this point in the history
  • Loading branch information
AyakorK committed Sep 14, 2023
1 parent a7254a0 commit eab5942
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/system/explore_posts_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
describe "Explore posts", type: :system do
include_context "with a component"
let(:manifest_name) { "blogs" }
Time.zone = "UTC"

let!(:old_post) { create(:post, component: component, created_at: Time.current - 2.days) }
let!(:new_post) { create(:post, component: component, created_at: Time.current) }
Expand Down

0 comments on commit eab5942

Please sign in to comment.