Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Commit

Permalink
Add autotest Rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
pangratz committed May 14, 2012
1 parent 84f415b commit fc63f3b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -5,6 +5,8 @@ gem 'colored'
gem 'guard'
gem 'guard-rake'

gem 'kicker'

gem 'rack'
gem 'rack-rewrite'
# gem 'rack-streaming-proxy'
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Expand Up @@ -37,11 +37,14 @@ GEM
guard-rake (0.0.5)
guard
rake
kicker (2.5.0)
rb-fsevent
multi_json (1.2.0)
open4 (1.3.0)
rack (1.4.1)
rack-rewrite (1.2.1)
rake (0.9.2.2)
rb-fsevent (0.9.1)
sass (3.1.15)
thor (0.14.6)
uglifier (1.2.4)
Expand All @@ -58,6 +61,7 @@ DEPENDENCIES
compass
guard
guard-rake
kicker
rack
rack-rewrite
rake-pipeline!
Expand Down
5 changes: 5 additions & 0 deletions Rakefile
Expand Up @@ -27,3 +27,8 @@ task :test => :build do
exit(1)
end
end

desc "Automatically run tests (Mac OS X only)"
task :autotest do
system("kicker -e 'rake test' app")
end

0 comments on commit fc63f3b

Please sign in to comment.