ChaelCodes / MeetAnotherDay

An app to help you find and meet up with your friends at conferences.
MIT License
35 stars 20 forks source link

Consistent Names for Feature Spec #34

Open ChaelCodes opened 3 years ago

ChaelCodes commented 3 years ago

Description

Our feature tests have very non-descriptive names in the describe. They're named after the object from the route. So it'll be something like describe("Profile") do and the features test will contain feature tests that start on the Profile#Edit page. This is unclear and hard to parse. Let's improve our feature test titles! Please comment with your recommendations below.

Yeison2020 commented 2 years ago

Hey ChaelCodes, I hope everything is going well for you. If you need help with anything, I'd be delighted to help. This is my first time contributing to an open-source project.