Commit 5016b05f authored by Eloy Duran's avatar Eloy Duran

Add spec:ci task.

parent 5b99fbed
...@@ -66,6 +66,8 @@ namespace :spec do ...@@ -66,6 +66,8 @@ namespace :spec do
sh "macbacon -a" sh "macbacon -a"
end end
task :ci => [:all, 'examples:build']
desc "Rebuild all the fixture tarballs" desc "Rebuild all the fixture tarballs"
task :rebuild_fixture_tarballs do task :rebuild_fixture_tarballs do
tarballs = FileList['spec/fixtures/**/*.tar.gz'] tarballs = FileList['spec/fixtures/**/*.tar.gz']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment