Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Simple TDD Ruby setup with RSpec

Notifications You must be signed in to change notification settings

jankeesvw/ruby-tdd-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Ruby TDD setup

Circle CI Dependency Status

When I teach someone Ruby, I always need the simplest possible TDD setup.

This Git project is a simple setup with RSpec and Simplecov.

To install all required gems run:

$ gem install bundler
$ bundle install
$ rbenv rehash # Only if you use Rbenv

To run the tests with coverage (default) rspec

$ rspec
.

Finished in 0.0002 seconds
1 example, 0 failures
Coverage report generated for RSpec to ./coverage. 3 / 3 LOC (100.0%) covered.

About

Simple TDD Ruby setup with RSpec

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages