Skip to content

Commit

Permalink
words
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Jan 25, 2010
1 parent 641e1e1 commit fada219
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .document
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
README.rdoc README.markdown
lib/**/*.rb lib/**/*.rb
bin/* bin/*
features/**/*.feature features/**/*.feature
LICENSE License.txt
22 changes: 18 additions & 4 deletions README.markdown
Original file line number Original file line Diff line number Diff line change
@@ -1,11 +1,17 @@
# RSpec Core # RSpec Core


See README.markdown at [http://github.com/rspec/meta](http://github.com/rspec/meta) rspec-core includes the runner, output formatters, and the `rspec` command.


#### Also see rspec-core is currently in alpha release. 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.


* [http://github.com/rspec/rspec-expectations](http://github.com/rspec/rspec-expectations) ## Install
* [http://github.com/rspec/rspec-mocks](http://github.com/rspec/rspec-mocks)
[sudo] gem install rspec --prerelease

This will install rspec, rspec-core, rspec-expectations and rspec-mocks.


## Known Issues ## Known Issues


Expand Down Expand Up @@ -38,3 +44,11 @@ You can, of course, fully qualify the declaration and everything works fine:
Foo.new Foo.new
end end
end end

#### Also see

* [http://github.com/rspec/rspec](http://github.com/rspec/rspec)
* [http://github.com/rspec/rspec-expectations](http://github.com/rspec/rspec-expectations)
* [http://github.com/rspec/rspec-mocks](http://github.com/rspec/rspec-mocks)
* [http://github.com/rspec/rspec-dev](http://github.com/rspec/rspec-dev)

0 comments on commit fada219

Please sign in to comment.