Skip to content

Commit

Permalink
ignore coverage dir
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Mar 15, 2013
1 parent c8553c0 commit 4f53d97
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
coverage
.DS_Store
Gemfile.lock
.idea
*.iml
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
[![Build Status](https://secure.travis-ci.org/maxdemarzi/neography.png?branch=master)](http://travis-ci.org/maxdemarzi/neography)
[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/maxdemarzi/neography)
Neography
=========

- [![Gem Version](https://badge.fury.io/rb/neography.png)](https://rubygems.org/gems/neography)
- [![Build Status](https://secure.travis-ci.org/maxdemarzi/neography.png?branch=master)](http://travis-ci.org/maxdemarzi/neography)
- [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/maxdemarzi/neography)
- [![Coverage Status](https://coveralls.io/repos/maxdemarzi/neography/badge.png?branch=master)](https://coveralls.io/r/maxdemarzi/neography)

## Welcome to Neography

Expand Down
1 change: 1 addition & 0 deletions neography.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rspec", ">= 2.11"
s.add_development_dependency "net-http-spy", "0.2.1"
s.add_development_dependency "rake", ">= 0.8.7"
s.add_development_dependency "coveralls"
s.add_dependency "httparty", ">= 0.8.1"
s.add_dependency "rake", ">= 0.8.7"
s.add_dependency "json", ">= 1.6.0"
Expand Down
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
require 'neography'
require 'benchmark'
require 'matchers'
require 'coveralls'
Coveralls.wear!

# If you want to see more, uncomment the next few lines
# require 'net-http-spy'
Expand Down

0 comments on commit 4f53d97

Please sign in to comment.