rspec-rails 2.8.0 → 2.8.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -93,6 +93,7 @@ EOM
93
93
  stubs = stubs.reverse_merge(:persisted? => !!stubs[:id],
94
94
  :destroyed? => false,
95
95
  :marked_for_destruction? => false,
96
+ :valid? => true,
96
97
  :blank? => false)
97
98
 
98
99
  mock("#{model_class.name}_#{stubs[:id]}", stubs).tap do |m|
@@ -1,7 +1,7 @@
1
1
  module RSpec
2
2
  module Rails
3
3
  module Version
4
- STRING = '2.8.0'
4
+ STRING = '2.8.1'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 47
4
+ hash: 45
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 8
9
- - 0
10
- version: 2.8.0
9
+ - 1
10
+ version: 2.8.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Chelimsky
@@ -257,7 +257,7 @@ rubyforge_project: rspec
257
257
  rubygems_version: 1.8.11
258
258
  signing_key:
259
259
  specification_version: 3
260
- summary: rspec-rails-2.8.0
260
+ summary: rspec-rails-2.8.1
261
261
  test_files:
262
262
  - features/Autotest.md
263
263
  - features/Generators.md