README.md in unidom-standard-1.3.6 vs README.md in unidom-standard-1.4

- old
+ new

@@ -86,5 +86,20 @@ Unidom::Standard } end ``` + + + +## RSpec examples + +```ruby +# spec/models/unidom_spec.rb +require 'unidom/standard/models_rspec' + +# spec/types/unidom_spec.rb +require 'unidom/standard/types_rspec' + +# spec/validators/unidom_spec.rb +require 'unidom/standard/validators_rspec' +```