xcoder
xcoder copied to clipboard
Can't manage to pass tests
I try to add a feature in this gem. Unfortunately, i can't manage to pass the tests. This what I did
- clone the repo
- bundle install => error while installing linecache19 (using ruby 2.0.0)
How do you use ruby-debug19, which stand for ruby 1.9.x with ruby 2.0.0 ?
I tried to use ruby 1.9.3-p392 (from the rbenv file), I've got many errors.
Any ideas?
Oh that should be removed. It is no longer supported.
I removed it from the Gemfile. I'm running the tests now and so many of them fail. :cry:
I am working through the issues. Most of them it seems is that someone checked in content after the tests were run. Some of the issues are with the new RSpec changes.
Two tests remain broken:
rspec ./spec/builder_spec.rb:66 # Xcode::Builder when using a builder built from a configuration #testflight should upload ipa and dsym to testflight
rspec ./spec/deploy_spec.rb:49 # Xcode::Deploy Xcode::Deploy::Testflight should call curl with correct bulld paths
Maybe @rayh would know more about those particular specs.
I haven't been using Xcoder in anger in my new job, so it's just not received the love it deserves!
Did anyone have any joy with this?