diff options
author | Francis Irving <francis@mysociety.org> | 2009-12-02 17:56:17 +0000 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2009-12-02 17:56:17 +0000 |
commit | 1bbb3f950f8bee92bf8a39e6f18c3278f1bab11d (patch) | |
tree | 5d0312d5d00446cd1454a5e1c799cd89d57b10d6 /vendor/plugins/rspec_on_rails/CHANGES | |
parent | 5f3139b538d1ff58b719a72d7c7cf05a5b6136b5 (diff) |
Changing rspec / rspec_on_rails version
Diffstat (limited to 'vendor/plugins/rspec_on_rails/CHANGES')
-rw-r--r-- | vendor/plugins/rspec_on_rails/CHANGES | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/vendor/plugins/rspec_on_rails/CHANGES b/vendor/plugins/rspec_on_rails/CHANGES deleted file mode 100644 index 9a54a1c81..000000000 --- a/vendor/plugins/rspec_on_rails/CHANGES +++ /dev/null @@ -1,21 +0,0 @@ -== Version 1.1.4 - -Maintenance release. - -* Moved mock_model and stub_model to their own module: Spec::Rails::Mocks -* Setting mock_model object id with stubs hash - patch from Adam Meehan -* Added as_new_record to stub_model e.g. stub_model(Foo).as_new_record -* Improved stub_model such that new_record? does "the right thing" -* Patch from Pat Maddox to get integrate_views to work in nested example groups. -* Patch from Pat Maddox to get controller_name to work in nested example groups. -* Patch from Corey Haines to add include_text matcher -* Added stub_model method which creates a real model instance with :id stubbed and data access prohibited. -* Applied patch from Pat Maddox to handle redirect_to w/ SSL. Closes #320. -* Added #helper and #assigns to helper specs. -* Applied patch from Bryan Helmkamp to tweak format of generated spec.opts to be more obvious. Closes #162. -* Tweaked list of exceptions (ignores) for autotest -* Applied patch from Rick Olson to get rspec_on_rails working with rails edge (>= 8862) -* Applied patch from Wincent Colaiuta to invert sense of "spec --diff". Closes #281. -* Allow any type of render in view specs. Closes #57. -* Applied patch from Ian White to get rspec working with edge rails (8804). Closes #271. -* Applied patch from Jon Strother to have spec_server reload fixtures. Closes #344.
\ No newline at end of file |