Skip to content

Commit 008a47b

Browse files
committed
Merge pull request #1092 from plentz/patch-2
updating feature docs to reflect 3.0 final release
2 parents a642963 + 7c48b71 commit 008a47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This installs the following gems:
2424
Add rspec-rails to the :test and :development groups in the Gemfile:
2525

2626
group :test, :development do
27-
gem 'rspec-rails', '~> 3.0.0.beta'
27+
gem 'rspec-rails', '~> 3.0.0'
2828
end
2929

3030
It needs to be in the :development group to expose generators and rake tasks

0 commit comments

Comments
 (0)