public
Description: Adds several handy expectations for testing ActiveRecord model validations and associations.
Homepage: http://matthewbass.com/2008/08/22/rspec_validation_expectations-gem-released/
Clone URL: git://github.com/pelargir/rspec_validation_expectations.git
Matthew (author)
Sat Aug 22 06:13:35 -0700 2009
commit  845a4b854c16d88c7cacf4021bc8e77e248974cb
tree    1dacc3e3ea49bda7202d09bba9a7575eb031e0db
parent  e526bfce5c0854c8e835d27d6482f25ca6987927
rspec_validation_expectations / rspec_validation_expectations.gemspec
100644 20 lines (20 sloc) 0.707 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Gem::Specification.new do |s|
  s.name = "rspec_validation_expectations"
  s.version = "0.5"
  s.date = "2008-08-14"
  s.summary = "Adds several handy expectations for testing ActiveRecord model validations."
  s.email = "pelargir@gmail.com"
  s.homepage = "http://github.com/pelargir/rspec_validation_expectations"
  s.description = "Adds several handy expectations for testing ActiveRecord model validations."
  s.has_rdoc = true
  s.authors = ["Matthew Bass"]
  s.files = [
    "CHANGELOG",
    "MIT-LICENSE",
"README",
"rspec_validation_expectations.gemspec",
"lib/rspec_validation_expectations.rb"
]
  s.rdoc_options = ["--main", "README"]
  s.extra_rdoc_files = ["README"]
end