rubymotion-community / BubbleWrap

Cocoa wrappers and helpers for RubyMotion (Ruby for iOS and OS X) - Making Cocoa APIs more Ruby like, one API at a time. Fork away and send your pull requests
Other
1.18k stars 208 forks source link

OS X version of App#open_url #381

Closed iloveitaly closed 9 years ago

supermarin commented 10 years ago

@iloveitaly thanks! would you mind adding a test as well?

iloveitaly commented 10 years ago

@supermarin moved the specs from ios only to ios + osx. Seems to do the trick. Let me know if you need anything else.

supermarin commented 10 years ago

@iloveitaly that shouldn't work, since UIKit isn't available on OSX; the OSX test should test against NSWorkspace -sharedWorkspace :)

clayallsopp commented 10 years ago

@iloveitaly you can test OS X specs with bundle exec rake spec osx=true