From 02568801e6e34ee1ccbb825c6a10dfab83d1663e Mon Sep 17 00:00:00 2001 From: Guillermo Iguaran Date: Fri, 25 Nov 2016 23:42:29 -0500 Subject: Add UJS tests --- actionview/Rakefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'actionview/Rakefile') diff --git a/actionview/Rakefile b/actionview/Rakefile index 6c3fc59b0a..7a66119488 100644 --- a/actionview/Rakefile +++ b/actionview/Rakefile @@ -46,6 +46,13 @@ namespace :test do end end +namespace :ujs do + desc "Starts the test server" + task :server do + system 'bundle exec rackup test/ujs/config.ru -p 4567 -s puma' + end +end + task :lines do load File.expand_path("..", File.dirname(__FILE__)) + "/tools/line_statistics" files = FileList["lib/**/*.rb"] -- cgit v1.2.3