CARVIEW |
rspec / rspec
- Source
- Commits
- Network (6)
- Wiki (6)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
Rspec-2 meta-gem that depends on the other components — Read more
name | age | message | |
---|---|---|---|
![]() |
.document | Mon Jan 25 00:21:02 -0800 2010 | get rdoc working correctly [dchelimsky] |
![]() |
.gitignore | Mon Jan 25 00:19:17 -0800 2010 | ignore generated docs [dchelimsky] |
![]() |
License.txt | Mon Jan 25 00:21:02 -0800 2010 | get rdoc working correctly [dchelimsky] |
![]() |
README.markdown | Mon Jan 25 00:21:02 -0800 2010 | get rdoc working correctly [dchelimsky] |
![]() |
Rakefile | Wed Mar 03 22:19:28 -0800 2010 | add gem:push task (was removed from jeweler) [dchelimsky] |
![]() |
VERSION | Sun Mar 07 23:44:48 -0800 2010 | bump version to beta.3 [dchelimsky] |
![]() |
lib/ | Sun Feb 21 11:07:23 -0800 2010 | remove newline from version [dchelimsky] |
![]() |
rspec.gemspec | Sun Mar 07 23:53:15 -0800 2010 | update gemspecs [dchelimsky] |
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