Skip to content

Commit

Permalink
add coverage to repo, add gem dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmars committed Jun 20, 2012
1 parent 5f7716d commit 9a5a4f8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
*.gem
coverage
4 changes: 4 additions & 0 deletions Gemfile
Expand Up @@ -2,3 +2,7 @@ source :rubygems
gemspec
gem 'rspec'
gem 'colorize'

group :test do
gem 'simplecov'
end
9 changes: 8 additions & 1 deletion Gemfile.lock
@@ -1,13 +1,15 @@
PATH
remote: .
specs:
huffshell (0.0.1)
huffshell (0.0.3)
colorize

GEM
remote: http://rubygems.org/
specs:
colorize (0.5.8)
diff-lcs (1.1.3)
multi_json (1.2.0)
rspec (2.10.0)
rspec-core (~> 2.10.0)
rspec-expectations (~> 2.10.0)
Expand All @@ -16,6 +18,10 @@ GEM
rspec-expectations (2.10.0)
diff-lcs (~> 1.1.3)
rspec-mocks (2.10.1)
simplecov (0.6.4)
multi_json (~> 1.0)
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)

PLATFORMS
ruby
Expand All @@ -24,3 +30,4 @@ DEPENDENCIES
colorize
huffshell!
rspec
simplecov
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
@@ -1,5 +1,7 @@
require 'rubygems'
require 'bundler/setup'
require 'simplecov'
SimpleCov.start

require 'huffshell' # and any other gems you need

Expand Down

0 comments on commit 9a5a4f8

Please sign in to comment.