Skip to content

Commit

Permalink
autotest
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Aug 25, 2011
1 parent 1bba317 commit f986770
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .rspec
@@ -0,0 +1 @@
--colour
6 changes: 6 additions & 0 deletions Gemfile.lock
Expand Up @@ -12,12 +12,16 @@ PATH
GEM
remote: http://rubygems.org/
specs:
ZenTest (4.6.0)
activemodel (3.0.9)
activesupport (= 3.0.9)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activesupport (3.0.9)
addressable (2.2.4)
autotest (4.4.6)
ZenTest (>= 4.4.1)
autotest-rails-pure (4.1.2)
builder (2.1.2)
crack (0.1.8)
diff-lcs (1.1.2)
Expand Down Expand Up @@ -46,6 +50,8 @@ PLATFORMS
ruby

DEPENDENCIES
autotest
autotest-rails-pure
rspec (>= 2.5.0)
vcr (>= 1.5.1)
webmock (>= 1.6.2)
Expand Down
2 changes: 2 additions & 0 deletions wordnik.gemspec
Expand Up @@ -24,6 +24,8 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec', '>=2.5.0'
s.add_development_dependency 'vcr', '>=1.5.1'
s.add_development_dependency 'webmock', '>=1.6.2'
s.add_development_dependency 'autotest'
s.add_development_dependency 'autotest-rails-pure'

s.files = [
`git ls-files`,
Expand Down

0 comments on commit f986770

Please sign in to comment.