Skip to content

Commit

Permalink
Include dawg_spec in CI tests to improve coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Jun 5, 2015
1 parent c131e3c commit 083a448
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -6,3 +6,4 @@
Gemfile.lock
/.rbx/
/.pryrc
/coverage/
3 changes: 0 additions & 3 deletions coverage/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion spec/dawg_spec.rb
Expand Up @@ -158,4 +158,4 @@
it_behaves_like "DAWG", man.attributes['id'], man.attributes['rdfs:label'], man.attributes['rdfs:comment'] || man.comment, man.entries
end
end
end unless ENV['CI']
end

0 comments on commit 083a448

Please sign in to comment.