dm-rspec 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG.markdown CHANGED
@@ -1,4 +1,4 @@
1
- ### version 0.2.2 / 2012-07-24
1
+ ### version 0.2.3 / 2012-07-24
2
2
  * Fix bug: display property name for have\_property matcher.
3
3
 
4
4
  ### version 0.2.1 / 2012-02-16
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.2
1
+ 0.2.3
@@ -20,7 +20,7 @@ module DataMapper
20
20
  end
21
21
 
22
22
  def description
23
- "has property #{@children}"
23
+ "have property #{@property}"
24
24
  end
25
25
  end
26
26
 
@@ -39,7 +39,7 @@ module DataMapper
39
39
  end
40
40
 
41
41
  def description
42
- "validates #{@validation_subject} of #{@property}"
42
+ "validate #{@validation_subject} of #{@property}"
43
43
  end
44
44
 
45
45
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dm-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: