- Ruby 2.5.0
- Ruby on Rails 5.1.5
- PostgreSQL 9.5 or later
bin/rails db:setup
bundle exec rspec
bundle exec rspec <file>
bundle exec rspec <file>:<line_number>
-> Run the nearest spec from the specified line number.
Using keyboard shortcut is recommended.