Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
cavalle committed Nov 23, 2010
2 parents 6140580 + 0f6e6dc commit 58e0f57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Expand Up @@ -46,7 +46,7 @@ instance)

Just install and require the damned gem!

$ gem install steak --pre
$ gem install steak

Then in your spec or spec helper:

Expand All @@ -60,7 +60,7 @@ Add this to your project's <tt>Gemfile</tt>:

group :development, :test do
gem 'rspec-rails'
gem 'steak', '>= 1.0.0.rc.1'
gem 'steak'
gem 'capybara'

# Other usual suspects:
Expand Down
2 changes: 1 addition & 1 deletion steak.gemspec
Expand Up @@ -3,7 +3,7 @@ require "date"

Gem::Specification.new do |gem|
gem.name = 'steak'
gem.version = '1.0.0.rc.4'
gem.version = '1.0.0'
gem.date = Date.today.to_s

gem.summary = "Minimalist acceptance testing on top of RSpec"
Expand Down

0 comments on commit 58e0f57

Please sign in to comment.