Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 374 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 374 Bytes

Test task for sitt

  • Ruby version: 2.7.1

  • System dependencies

bundle install
  • Database creation
rails db:create
rails db:migrate
  • Database initialization
rails db:seed
  • How to run the test suite
bundle exec rspec
  • Make first request
curl localhost:3000/posts\?page\[size\]=5\&page\[before\]=12