Ruby Blog web application with Rspec tests:
$ git clone https://github.com/robimaliqi/blog-rails.git
$ bundle install
$ rails db:migrate RAILS_ENV=development
Run tests
$ rspec
$ rails s
Then open "localhost:3000" in your browser
$ rails c
Ruby Blog web application with Rspec tests:
$ git clone https://github.com/robimaliqi/blog-rails.git
$ bundle install
$ rails db:migrate RAILS_ENV=development
Run tests
$ rspec
$ rails s
Then open "localhost:3000" in your browser
$ rails c