Skip to content

Commit

Permalink
1, Improve the Change Log file for the v1.4.
Browse files Browse the repository at this point in the history
2, Improve the Read Me file for the source code examples.
  • Loading branch information
topbitdu committed Feb 1, 2017
1 parent a658032 commit 16a052e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,8 @@

## v1.3
1. Improved the Improve the Script partial to load Buttons v2.0.0 by default

## v1.4
1. Models RSpec examples manifest
2. Types RSpec examples manifest
3. Validators RSpec examples manifest
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,18 @@ The following CSS libraries are switchable, and the version can be configurable:
- :'font-awesome'
- :buttons
- :'animate.css'



## RSpec examples

```ruby
# spec/models/repres_spec.rb
require 'repres/hyper_text/models_rspec'

# spec/types/repres_spec.rb
require 'repres/hyper_text/types_rspec'

# spec/validators/repres_spec.rb
require 'repres/hyper_text/validators_rspec'
```

0 comments on commit 16a052e

Please sign in to comment.