cohere-coop / nourish.party

Celebrating and nourishing creative communities
Other
6 stars 0 forks source link

Install devise for user registration #36

Closed zspencer closed 6 years ago

zspencer commented 6 years ago

Resolves https://github.com/wecohere/nourish.party/issues/35

Sadly this is a bigger PR than I like, but it gives us devise with a user model so we can start putting other things on top without issue.

This also brings in rspec, capybara, and site-prism for feature testing.