Skip to content

Follow RSS feeds and Twitter account to have your own news feed.

Notifications You must be signed in to change notification settings

rhannequin/omnomnews

Repository files navigation

Omnomnews specs

Requirements

  • Ruby 3
  • Rails 7
  • PostgreSQL ~13

Initialization

$ bundle e rails db:prepare

Run

$ bundle e foreman start -f Procfile.dev

CI

Project's Github Actions

Test

Requirements

  • chromedriver ($ brew install chromedriver)
  • $ bundle e rails db:prepare RAILS_ENV=test
$ bundle e rspec