Skip to content

Commit

Permalink
Use correct fixture in system tests
Browse files Browse the repository at this point in the history
  • Loading branch information
murdho committed Jan 19, 2025
1 parent d161b73 commit 72a0205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/perspectives_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class PerspectivesTest < ApplicationSystemTestCase
setup do
@perspective = perspectives(:one)
@perspective = perspectives(:latest_entries)
end

test "visiting the index" do
Expand Down

0 comments on commit 72a0205

Please sign in to comment.