1
0
Fork 0
mirror of https://github.com/rspec/rspec-metagem.git synced 2022-11-09 12:09:29 -05:00
RSpec meta-gem that depends on the other components
Find a file
2010-02-27 12:15:37 -06:00
lib remove newline from version 2010-02-21 13:07:23 -06:00
.document get rdoc working correctly 2010-01-25 02:21:02 -06:00
.gitignore remove gemspec from git 2010-02-27 12:15:37 -06:00
License.txt get rdoc working correctly 2010-01-25 02:21:02 -06:00
Rakefile add post install message 2010-02-21 16:41:32 -06:00
README.markdown get rdoc working correctly 2010-01-25 02:21:02 -06:00
VERSION bump to a9 2010-02-25 22:23:49 -06:00

Rspec

This is part of the rspec-2 codebase, which is in alpha release at the moment. While you are welcome to track, fork, explore, etc, we're too early in the process to start fielding pull requests and or issues from outside the core development team, so please don't waste your time until this notice changes.

This repo will be the source for the rspec-2.x gem, which will serve as a meta-gem, much like the rails and merb gems. gem install rspec will also install rspec-core, rspec-expectations and rspec-mocks, each of which can be installed separately and actived in isolation with the gem command. Among other benefits, this will allow you to use rspec-expectations, for example, in Test::Unit::TestCase if you happen to like that style.

Conversely, if you like Rspec's approach to declaring example groups and examples (describe and it) but prefer Test::Unit assertions and mocha, rr or flexmock for mocking, you'll be able to do that without having to load the components of rspec that you're not using.

Install

[sudo] gem install rspec --prerelease

Also see