Skip to content

Commit

Permalink
Make system tests run by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Nov 15, 2017
1 parent a139c8f commit d209cc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -28,4 +28,3 @@ script:
- bundle exec rubocop -f fuubar
- bundle exec rake jshint
- bundle exec rake test:db
- bundle exec rake test:system
4 changes: 4 additions & 0 deletions 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"
Expand Down

0 comments on commit d209cc7

Please sign in to comment.