blob: 21e872e0c5ddab6957ca02abe970e9fafcd62120 (
plain)
1
2
3
4
5
6
7
8
9
|
---
.travis.yml:
script: "\"bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--color --format documentation'\""
Rakefile:
unmanaged: true
Gemfile:
unmanaged: true
spec/spec_helper.rb:
unmanaged: true
|