8000 GitHub - psyho/fast_context: Make your shoulda contexts faster
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

psyho/fast_context

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastContext
===========

Make your shoulda contexts faster by combining the 'should' blocks.

See http://m.onkey.org/2009/9/20/make-your-shoulda-tests-faster-with-fast_context for details.

Installation
============

Step 1 : Install the plugin

  $ script/plugin install git://github.com/lifo/fast_context.git

Step 2 : Require fast_context from the test helper

  # RAILS_ROOT/test/test_helper.rb
  require 'fast_context'

Copyright (c) 2009 Pratik Naik, released under the MIT license

About

Make your shoulda contexts faster

Resources

License

Stars

Watchers

Forks

3380

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%
0