Skip to content

fujimura/speak_your_mind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

speak_your_mind

rspec-like output for Shoulda/Test::Unit.

Usage

require 'speak_your_mind in test_helper and run them. if the test code was context "Test" do

  should 'success' do 
    assert true 
  end 

  should 'fail' do 
    assert false 
  end 

  should 'error' do 
    raise
  end 

, result will be E Test should error. F Test should fail. . Test should success. with color.

Installation

gem install speak_your_mind

Copyright (c) 2010 fujimura. See LICENSE for details.

About

rspec-like output for Shoulda/Test::Unit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages