projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
9e929de
)
Make system tests run by default
author
Tom Hughes
<tom@compton.nu>
Wed, 15 Nov 2017 13:01:38 +0000
(13:01 +0000)
committer
Tom Hughes
<tom@compton.nu>
Wed, 15 Nov 2017 19:14:31 +0000
(19:14 +0000)
.travis.yml
patch
|
blob
|
history
lib/tasks/testing.rake
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
8c09cc4
..
48ddb4a
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-28,4
+28,3
@@
script:
- bundle exec rubocop -f fuubar
- bundle exec rake jshint
- bundle exec rake test:db
- - bundle exec rake test:system
diff --git
a/lib/tasks/testing.rake
b/lib/tasks/testing.rake
index
6335adf
..
924698c
100644
(file)
--- a/
lib/tasks/testing.rake
+++ b/
lib/tasks/testing.rake
@@
-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"