public
Description:
Homepage:
Clone URL: git://github.com/spicycode/micronaut-rails.git
rsanheim (author)
Tue Apr 14 23:14:58 -0700 2009
commit  c85d688e5585fbef111af36173ef744057d87469
tree    e6c3ba5a73e1ea1c62f6702ca66fe57f2c7ad13d
parent  7d49b1800258cd27f1eac62a15549bad02a50048
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 [spicycode]
file LICENSE Sun Dec 21 10:43:42 -0800 2008 0.0.1 alpha [spicycode]
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 [spicycode]
file Rakefile Loading commit data...
file VERSION.yml
directory doc/ Tue Dec 30 12:16:07 -0800 2008 Migrating rails specific notes over from micronaut [spicycode]
directory examples/
directory lib/
file micronaut-rails.gemspec
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