Partially updated Search API spec
- Using sinatra-param to validate parameters instead of waiting for search failure - Consolidated some code with shared_examples
Showing
.ruby-version
0 → 100644
... | ... | @@ -10,6 +10,7 @@ gem 'bundler' |
gem 'rake' | ||
gem 'sinatra' | ||
gem 'sinatra-param', '~> 1.4' | ||
gem 'yajl-ruby' | ||
... | ... |
spec/support/matchers.rb
0 → 100644
Please
register
or
sign in
to comment