You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2018. It is now read-only.
at the moment we only have model tests, but no feature specs. It would be great to have one & since the app is so small, it would be a nice introduction for those who haven't done one yet!
Feature spec should include visiting the root_page, clicking on "submit your own story", filling in the required fields, hitting submit, and then seeing your story on junior_stories_path (correctly formatted) . See https://github.com/rubycorns/rorganize.it/tree/master/spec/features for inspiration.
at the moment we only have model tests, but no feature specs. It would be great to have one & since the app is so small, it would be a nice introduction for those who haven't done one yet!
Feature spec should include visiting the root_page, clicking on "submit your own story", filling in the required fields, hitting submit, and then seeing your story on junior_stories_path (correctly formatted) . See https://github.com/rubycorns/rorganize.it/tree/master/spec/features for inspiration.
Also, this will require installing https://github.com/jnicklas/capybara first.
The text was updated successfully, but these errors were encountered: