Skip to content

Commit

Permalink
Merge pull request #7 from libin/master
Browse files Browse the repository at this point in the history
Switch to rake spec to support both RubyMotion iOS and OSX
  • Loading branch information
mordaroso committed May 23, 2013
2 parents c91dcdc + a6aa317 commit bf6b472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/guard/motion/tasks.rb
Expand Up @@ -15,7 +15,7 @@
spec_files = App.config.spec_files.select{|file_path| !(file_path =~ /_spec.rb$/)}
spec_files += files.split(';')
App.config.instance_variable_set("@spec_files", spec_files)
Rake::Task["simulator"].invoke
Rake::Task["spec"].invoke
end
end
end

0 comments on commit bf6b472

Please sign in to comment.