public
Description:
Homepage:
Clone URL: git://github.com/spicycode/micronaut-rails.git
name age message
file .autotest Fri Jan 09 22:18:30 -0800 2009 jumping through hoops to avoid warnings [Rob Sanheim]
file .gitignore Sun Dec 21 10:43:42 -0800 2008 0.0.1 alpha [Chad Humphries]
file LICENSE Sun Dec 21 10:43:42 -0800 2008 0.0.1 alpha [Chad Humphries]
file README Sun Apr 05 14:19:19 -0700 2009 Cleanup [spicycode]
file RSPEC-LICENSE Sun Dec 21 10:43:42 -0800 2008 0.0.1 alpha [Chad Humphries]
file Rakefile Fri Oct 09 10:28:10 -0700 2009 Adding sdoc [Chad Humphries]
file VERSION.yml Fri Oct 09 06:36:01 -0700 2009 Version bump to 0.3.3 [Chad Humphries]
directory doc/ Tue Dec 30 12:16:07 -0800 2008 Migrating rails specific notes over from micronaut [Chad Humphries]
directory examples/ Fri Oct 09 06:35:52 -0700 2009 Minor cleanup [Chad Humphries]
directory lib/ Fri Jul 17 21:15:08 -0700 2009 require controllers before helpers: The file ... [rsanheim]
file micronaut-rails.gemspec Fri Oct 09 06:36:08 -0700 2009 Regenerated gemspec for version 0.3.3 [Chad Humphries]
README
= Micronaut Rails

* http://github.com/spicycode/micronaut-rails
* http://relevance.lighthouseapp.com/projects/22819-micronaut

== DESCRIPTION:

Micronaut Rails is a set of extension to deal with rails mode testing. For the moment think of it is a prototype of
RSpec lite.  Definitely pre alpha at the moment.

== REQUIREMENTS:

* Ruby 1.8.6+
* ActionPack
* Micronaut (via spicycode-micronaut on GitHub) 

== ISSUES

* No support for pure Rails fixtures, and no plans to add it - we use Factory Girl/Fixture Replacement instead, so send 
a patch if you want support for this).
* No support for Rails integration tests -- use Cucumber (http://github.com/aslakhellesoy/cucumber) instead!
* In use in real-world projects on Rails 2.3+ - older versions may have issues.

== CREDITS:

* RSpec for the great ideas and matchers