KellyAH / friend-reminder-app

rails app thats reminds you to hang out with friends
0 stars 0 forks source link

Test: Replace rspec request tests with feature capybara tests #11

Closed KellyAH closed 4 years ago

KellyAH commented 4 years ago

my rspec request tests were breaking. Lailson recommended using the Rails best practice of creating feature tests, not request tests. Feature tests hit test the front end which makes calls to the pages and end up testing more than request tests..