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
Project
fast_context
This is a gem version of the fast_context plugin
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Development
Dependencies
Runtime
>= 0
Project Readme