https://github.com/shervanator/splendid
Want to test if a webpage looks as expected? Use splendid in your tests to make sure styles are not broken on your site!
https://github.com/shervanator/splendid
Last synced: 11 months ago
JSON representation
Want to test if a webpage looks as expected? Use splendid in your tests to make sure styles are not broken on your site!
- Host: GitHub
- URL: https://github.com/shervanator/splendid
- Owner: Shervanator
- License: mit
- Created: 2014-03-17T12:51:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-20T14:12:06.000Z (over 11 years ago)
- Last Synced: 2025-06-28T02:49:06.968Z (12 months ago)
- Language: Ruby
- Homepage: https://rubygems.org/gems/splendid
- Size: 160 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Splendid
[](http://badge.fury.io/rb/splendid)
Want to test if a webpage looks as expected? Use splendid in your tests to make sure styles are not broken on your site!
## Installation
Add this line to your application's Gemfile:
gem 'splendid'
And then execute:
$ bundle
Or install it yourself as:
$ gem install splendid
## Usage
TODO: Instruction coming soon, API will possibly change quite a bit soon as it is very early in development.
## Contributing
1. Fork it ( http://github.com//splendid/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request