Skip to content

BrisRuby/brisruby_rspec_intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

* Readme

* Install/Setup

 # Install bundler if you dont already have
 gem install bundler

 # Bundle
 bundle install


* Run specs

 rspec calc_spec.rb

 # Run formatted version
 rspec calc_spec.rb  -cf doc

 Eg. output

Calc
  #accumulator_zero?
    is zero
    is not zero
  increment accumulator
    brittle test
    non brittle test
  setting accumulator
    to 10
    to 20

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages