Make system tests run by default
This commit is contained in:
parent
9e929de530
commit
d581fbfaf1
2 changed files with 4 additions and 1 deletions
|
@ -28,4 +28,3 @@ script:
|
|||
- bundle exec rubocop -f fuubar
|
||||
- bundle exec rake jshint
|
||||
- bundle exec rake test:db
|
||||
- bundle exec rake test:system
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
task "test" do
|
||||
Rails::TestUnit::Runner.rake_run(["test/system"])
|
||||
end
|
||||
|
||||
namespace :test do
|
||||
task "lib" => "test:prepare" do
|
||||
$LOAD_PATH << "test"
|
||||
|
|
Loading…
Add table
Reference in a new issue