rspec_attribute_matchers 0.0.0 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
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.