xcoder icon indicating copy to clipboard operation
xcoder copied to clipboard

Can't manage to pass tests

Open joel1di1 opened this issue 10 years ago • 5 comments

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?

joel1di1 avatar May 07 '14 10:05 joel1di1

Oh that should be removed. It is no longer supported.

burtlo avatar Aug 28 '14 20:08 burtlo

I removed it from the Gemfile. I'm running the tests now and so many of them fail. :cry:

burtlo avatar Aug 28 '14 20:08 burtlo

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.

burtlo avatar Aug 28 '14 21:08 burtlo

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.

burtlo avatar Aug 28 '14 21:08 burtlo

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?

rayh avatar Oct 20 '14 05:10 rayh