diff options
author | Marius Peter <marius.peter@tutanota.com> | 2024-12-31 19:31:37 +0100 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2024-12-31 19:31:37 +0100 |
commit | bcd73c5548666bae7fef57e7e22cb61126308259 (patch) | |
tree | 4a4e54709775344d1b9ffc49ae0689c8f1884d70 /test/controllers/home_controller_test.rb | |
parent | e03e7b2c3fd8d5bc97d9ca46594ec6dc689bce64 (diff) |
megaPush 😈
Diffstat (limited to 'test/controllers/home_controller_test.rb')
-rw-r--r-- | test/controllers/home_controller_test.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/controllers/home_controller_test.rb b/test/controllers/home_controller_test.rb index aab02bb..7f5f94c 100644 --- a/test/controllers/home_controller_test.rb +++ b/test/controllers/home_controller_test.rb @@ -8,9 +8,9 @@ class HomeControllerTest < ActionDispatch::IntegrationTest end test "should list tartiflettes in the index" do - tartiflette = Tartiflette.create!(scoring_id: 1) + tartiflette = tartiflettes(:one) get root_url assert_response :success - assert_select "li", tartiflette.scoring_id.to_s + # assert_select "li", tartiflette.scoring_id.to_s end end |