Skip to content

Commit

Permalink
add coverall
Browse files Browse the repository at this point in the history
  • Loading branch information
tomohiro committed Mar 21, 2013
1 parent 5d22a42 commit 4397c59
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
15 changes: 15 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ GEM
net-http-digest_auth (~> 1.2)
net-http-persistent (>= 2.6)
coderay (1.0.9)
colorize (0.5.8)
coveralls (0.6.3)
colorize
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
thor
diff-lcs (1.2.1)
dnssd (2.0)
guard (1.6.2)
Expand All @@ -32,6 +39,7 @@ GEM
lumberjack (1.0.3)
method_source (0.8.1)
mime-types (1.21)
multi_json (1.7.1)
net-http-digest_auth (1.2.1)
net-http-persistent (2.8)
nokogiri (1.5.8)
Expand All @@ -41,6 +49,8 @@ GEM
slop (~> 3.4)
rack (1.5.2)
rake (10.0.3)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
Expand All @@ -50,6 +60,10 @@ GEM
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.0)
ruby-progressbar (1.0.2)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
slop (3.4.4)
terminal-table (1.4.5)
thor (0.17.0)
Expand All @@ -60,6 +74,7 @@ PLATFORMS
DEPENDENCIES
airplayer!
bundler
coveralls
guard-rspec
rake
rspec
1 change: 1 addition & 0 deletions airplayer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec'
spec.add_development_dependency 'guard-rspec'
spec.add_development_dependency 'coveralls'
end
6 changes: 3 additions & 3 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'rubygems'
require 'bundler/setup'

require 'airplayer'

require 'coveralls'
Coveralls.wear!

0 comments on commit 4397c59

Please sign in to comment.