Skip to content

Commit

Permalink
0.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Aug 30, 2011
1 parent a8203b1 commit 629954b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HISTORY
@@ -1,4 +1,4 @@
Edge
0.2.0 - August 30th 2011
* Documentation.
* Allow developers to choose which Rails modules they wish to be loaded.
* Load Rails routes and Capybara helpers into RSpec examples when appropriate.
Expand Down
4 changes: 2 additions & 2 deletions README.textile
Expand Up @@ -9,9 +9,9 @@ h2. Usage
Get the gem into either your gemspec or your Gemfile, depending on how you manage your engine's dependencies:

<pre><code># gemspec
gem.add_development_dependency 'combustion', '~> 0.1.1'
gem.add_development_dependency 'combustion', '~> 0.2.0'
# Gemfile
gem 'combustion', '~> 0.1.1`, :group => :development</code></pre>
gem 'combustion', '~> 0.2.0`, :group => :development</code></pre>

In your @spec_helper.rb@, get Combustion to set itself up - which has to happen before you introduce @rspec/rails@ and - if being used - @capybara/rspec@. Here's an example within context:

Expand Down
2 changes: 1 addition & 1 deletion lib/combustion/version.rb
@@ -1,3 +1,3 @@
module Combustion
VERSION = '0.1.1'
VERSION = '0.2.0'
end

0 comments on commit 629954b

Please sign in to comment.