mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
4 lines
95 B
Ruby
4 lines
95 B
Ruby
desc "Run all specs and features"
|
|
task :ci => [:environment] do
|
|
system "bundle exec rake"
|
|
end |