Skip to content

Commit

Permalink
Adding coveralls for specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Courtois committed Jun 22, 2013
1 parent a1266c4 commit 758e795
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions memfs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]

gem.add_development_dependency "coveralls", "~> 0.6"
gem.add_development_dependency "rake", "~> 10.0"
gem.add_development_dependency "rspec", "~> 2.12"
gem.add_development_dependency "guard", "~> 1.5"
Expand Down
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
require 'coveralls'
require 'memfs'

Coveralls.wear!

RSpec.configure do |config|
config.before :each do
MemFs::File.umask(0022)
Expand Down

0 comments on commit 758e795

Please sign in to comment.