spicycode / micronaut-rails
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (10)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.autotest | Fri Jan 09 22:18:30 -0800 2009 | |
| |
.gitignore | Sun Dec 21 10:43:42 -0800 2008 | |
| |
LICENSE | Sun Dec 21 10:43:42 -0800 2008 | |
| |
README | Sun Apr 05 14:19:19 -0700 2009 | |
| |
RSPEC-LICENSE | Sun Dec 21 10:43:42 -0800 2008 | |
| |
Rakefile | Fri Oct 09 10:28:10 -0700 2009 | |
| |
VERSION.yml | Fri Oct 09 06:36:01 -0700 2009 | |
| |
doc/ | Tue Dec 30 12:16:07 -0800 2008 | |
| |
examples/ | Fri Oct 09 06:35:52 -0700 2009 | |
| |
lib/ | Fri Jul 17 21:15:08 -0700 2009 | |
| |
micronaut-rails.gemspec | Fri Oct 09 06:36:08 -0700 2009 |
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
