Rakefile in capybara-accessible-0.1.4 vs Rakefile in capybara-accessible-0.1.5

- old
+ new

@@ -8,12 +8,5 @@ t.rspec_opts = "--format progress" end desc "Default: run all specs" task :default => [:spec] - -desc "Build: fetch and compile javascript assertions project" -task :build do - system "git submodule init && git submodule update" - system "cd ./vendor/accessibility-developer-tools/ && make js" - system "gem build capybara-accessible.gemspec" -end