plexus / yaks

Ruby library for building hypermedia APIs
http://rubygems.org/gems/yaks
MIT License
236 stars 26 forks source link

Add tests for yaks-html #108

Closed plexus closed 9 years ago

plexus commented 9 years ago

Finally a "smoke test" so we know at least when Yaks-html breaks completely. It depends on a bit of integration with RSpec, Capybara, Rack::Test, which is also available for others to test their APIs by requiring 'yaks-html/rspec' and marking their test as type: :yaks_integration

In the process I've unified some of our own RSpec setup under shared/rspec_config.rb, and moved rakelib/shared.task to shared/rake_tasks.rb.

Addressed two RSpec warnings regarding raise_error

Updated the CHANGELOG and bits of READMEs, since I would like to push out 0.11.0 soon.

bjonord commented 9 years ago

:ok_hand: will merge.