Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/schneidmaster/rspec-blog-example
- Owner: schneidmaster
- Created: 2014-08-29T15:24:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-23T22:21:49.000Z (over 9 years ago)
- Last Synced: 2024-04-15T00:15:03.809Z (9 months ago)
- Language: Ruby
- Size: 199 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.