seamusabshere-on_test_spec 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -36,7 +36,7 @@ module Test
36
36
 
37
37
  # Test that the object is valid
38
38
  def validate
39
- assert_valid @object
39
+ assert @object.valid?
40
40
  end
41
41
 
42
42
  # Tests whether the evaluation of the expression changes.
data/on_test_spec.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "on_test_spec"
3
- spec.version = "1.0.2"
3
+ spec.version = "1.0.3"
4
4
 
5
5
  spec.authors = [ "Manfred Stienstra", "Eloy Duran" ]
6
6
  spec.email = "manfred@fngtps.com"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seamusabshere-on_test_spec
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Manfred Stienstra