Navigation Menu

Skip to content

Commit

Permalink
don't run spec:device with the debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
lrz authored and Watson1978 committed Oct 15, 2014
1 parent 896da4f commit 4da99bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/motion/project/template/ios.rb
Expand Up @@ -216,7 +216,6 @@ def pre_build_actions(platform)
desc "Run the test/spec suite on the device"
task :device do
App.config_without_setup.spec_mode = true
ENV['debug'] ||= '1'
Rake::Task["device"].invoke
end
end
Expand Down

0 comments on commit 4da99bd

Please sign in to comment.