0.0
No commit activity in last 3 years
No release in over 3 years
An excellent replacement for the wheel on rails...
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 2.3.0
>= 0.3.0
 Project 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