3
0
mirror of https://github.com/apache/cordova-android.git synced 2025-03-04 00:13:20 +08:00
cordova-android/lib/test.rb

6 lines
213 B
Ruby

# this is for implementors mostly
class Test
def initialize
`git clone git@github.com:phonegap/mobile-spec.git && cd mobile-spec && droidgap create && cd ../mobilespec_android && ant debug install`
end
end