mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Tweak ignored directories.
This commit is contained in:
parent
a513e48332
commit
0c5ea319f2
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,6 +2,7 @@
|
|||
/Gemfile.lock
|
||||
/.bundle
|
||||
/vendor
|
||||
/coverage
|
||||
/doc
|
||||
/pkg
|
||||
/rdoc
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
require 'coveralls'
|
||||
Coveralls.wear!
|
||||
SimpleCov.add_filter('/spec')
|
||||
|
||||
require 'webmock/rspec'
|
||||
require 'rest-client'
|
||||
|
|
Loading…
Reference in a new issue