Skip to content

Commit

Permalink
Added ZenTest (for autotest).
Browse files Browse the repository at this point in the history
  • Loading branch information
gma committed Mar 3, 2012
1 parent 4bd4a2b commit 266ec55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -7,6 +7,7 @@ group :development do
gem 'guard-ctags-bundler' gem 'guard-ctags-bundler'
gem 'guard-livereload' gem 'guard-livereload'
gem 'rb-readline' gem 'rb-readline'
gem 'ZenTest'
end end


# gem (RUBY_VERSION =~ /^1.9/) ? 'ruby-debug19': 'ruby-debug' # gem (RUBY_VERSION =~ /^1.9/) ? 'ruby-debug19': 'ruby-debug'
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -14,6 +14,7 @@ GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
RedCloth (4.2.9) RedCloth (4.2.9)
ZenTest (4.6.2)
addressable (2.2.7) addressable (2.2.7)
em-websocket (0.3.6) em-websocket (0.3.6)
addressable (>= 2.1.1) addressable (>= 2.1.1)
Expand Down Expand Up @@ -60,6 +61,7 @@ PLATFORMS
ruby ruby


DEPENDENCIES DEPENDENCIES
ZenTest
guard-ctags-bundler guard-ctags-bundler
guard-livereload guard-livereload
hpricot (= 0.8.4) hpricot (= 0.8.4)
Expand Down

0 comments on commit 266ec55

Please sign in to comment.