Displaying 1 result from an estimated 1 matches for "rel_1_1_0".
Did you mean:
rel_1_0_0
2007 Dec 14
13
RSpec-1.1.0 is released
...end
end
Running this outputs:
RubyDeveloper using RSpec 1.1.0
- should be able to nest example groups
RubyDeveloper using RSpec 1.0.8
- should not be able to nest example groups
== Support for Rails 2.0.1
gem install rails
rails myapp
ruby script/install http://rspec.rubyforge.org/svn/tags/REL_1_1_0/rspec
ruby script/install http://rspec.rubyforge.org/svn/tags/REL_1_1_0/rspec_on_rails
script/generate rspec
== Test::Unit Interoperability
Contrary to popular belief, Spec::Rails, RSpec''s Ruby on Rails plugin,
has been a Test::Unit wrapper since the the 0.7 release in November of
2006....