Skip to content

Commit

Permalink
Removed rake test command for all tools
Browse files Browse the repository at this point in the history
Removed unused lane and rake task for testing
  • Loading branch information
KrauseFx committed May 1, 2016
1 parent a8be49b commit 9773c1c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Rakefile
Expand Up @@ -2,11 +2,6 @@ require "bundler/gem_tasks"

Dir.glob('tasks/**/*.rake').each(&method(:import))

task default: :spec

task :test do
sh "../fastlane/bin/fastlane test"
end

task :push do
sh "../fastlane/bin/fastlane release"
Expand Down

0 comments on commit 9773c1c

Please sign in to comment.