rspec_attribute_matchers 0.0.0 → 0.0.1

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.
Files changed (2) hide show
  1. data/lib/rspec_attribute_matchers.rb +2 -0
  2. metadata +2 -2
@@ -1,3 +1,5 @@
1
+ require 'rspec'
2
+
1
3
  module RSpecAttributeMatchers
2
4
  def properties_to_sentence(hash)
3
5
  " of " + hash.map { |key, value| "#{key} #{value}" }.to_sentence
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec_attribute_matchers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -38,7 +38,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
38
38
  version: '0'
39
39
  requirements: []
40
40
  rubyforge_project:
41
- rubygems_version: 1.8.24
41
+ rubygems_version: 1.8.17
42
42
  signing_key:
43
43
  specification_version: 3
44
44
  summary: RSpec matchers for writing specs for activemodel attributes.