We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48ee00 commit 6526142Copy full SHA for 6526142
History.md
@@ -1,8 +1,8 @@
1
## rspec-rails release history (incomplete)
2
3
-### 2.0.0 / in development
+### 2.0.0 / 2010-10-10
4
5
-[full changelog](http://github.com/rspec/rspec-rails/compare/v2.0.0.rc...master)
+[full changelog](http://github.com/rspec/rspec-rails/compare/v2.0.0.rc...v2.0.0)
6
7
* Changes
8
* route_to matcher delegates to assert_recognizes instead of assert_routing
lib/rspec/rails/version.rb
@@ -1,7 +1,7 @@
module RSpec # :nodoc:
module Rails # :nodoc:
module Version # :nodoc:
- STRING = '2.0.0.rc'
+ STRING = '2.0.0'
end
0 commit comments