Merge branch 'master' of github.com:diaspora/diaspora

This commit is contained in:
maxwell 2010-10-08 14:25:53 -07:00
commit 293ccdf3e4

View file

@ -1,8 +1,7 @@
desc "Run all specs and features"
task :ci => [:environment] do
system "export DISPLAY=:99"
system "/etc/init.d/xvfb start"
system "bundle exec rake"
system "DISPLAY=:99.0 bundle exec rake"
exit_status = $?.exitstatus
system "/etc/init.d/xvfb stop"
raise "tests failed!" unless exit_status == 0