mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
Re-enable all specs
This commit is contained in:
parent
c5b027d347
commit
95f93d3655
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -10,7 +10,7 @@ end
|
|||
task "default" => "ci"
|
||||
|
||||
desc "Run all tests for CI"
|
||||
task "ci" => "spec:integration" #"spec"
|
||||
task "ci" => "spec"
|
||||
|
||||
desc "Run all specs"
|
||||
task "spec" => "spec:all"
|
||||
|
|
Loading…
Add table
Reference in a new issue