0.01
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Rails 2.3.5 Extension for Rspec 2
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.5.1
= 0.9.9

Runtime

~> 2.3.0
= 2.0.0.beta.8
 Project Readme
= Rspec-Rails23

Rspec 2 (prerelease) support for Rails 2.3.5.  

This is being released based on production development and use at Relevance (http://thinkrelevance.com), based on an extraction from micronaut-rails that was developed for Rails 2.3.x  As such, and based on Rails 2.3 days being numbered, it will most likely never have much of the features of the legacy rspec-rails (such as fixtures, integration tests, etc).

== DESCRIPTION:

== REQUIREMENTS:

* Ruby 1.8.6+
* Rails 2.3.5
* Rspec 2 (get it with "gem install rspec --prerelease")

== ISSUES

* No support for pure Rails fixtures at all, and no plans to add it - we use Factory Girl/Fixture Replacement instead.
* No support for Rails integration tests -- use Cucumber (http://github.com/aslakhellesoy/cucumber) instead!
* No support for < 2.3.5 - it may work, it may not.  Not tested.

== CREDITS:

* RSpec for the great ideas and matchers
* Chad Humphries for Micronaut
* David Chelimsky and the Rspec-core team for Rspec