Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/schneidmaster/rspec-blog-example

Rails blog application to show example code for my series on writing tests in rspec
https://github.com/schneidmaster/rspec-blog-example

Last synced: about 2 months ago
JSON representation

Rails blog application to show example code for my series on writing tests in rspec

Awesome Lists containing this project

README

        

[![Circle CI](https://circleci.com/gh/schneidmaster/rspec-blog-example.svg?style=svg)](https://circleci.com/gh/schneidmaster/rspec-blog-example)
[![Test Coverage](https://codeclimate.com/github/schneidmaster/rspec-blog-example/badges/coverage.svg)](https://codeclimate.com/github/schneidmaster/rspec-blog-example/coverage)

# rspec blog example

Rails blog application to show example code for my [series](https://schneid.io/blog/writing-tests-for-rails-introduction) on writing tests on rspec. Initial commit is a basic Rails blog application derived from the Rails [Getting Started tutorial](http://guides.rubyonrails.org/getting_started.html). Second commit is a basic user/password authentication system. Subsequent commits are example code corresponding with blog posts.