This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| TestJsonApi::Application.routes.draw do | |
| # resources :users | |
| resources :tasks, except: [:new, :edit] | |
| # The priority is based upon order of creation: first created -> highest priority. | |
| # See how all your routes lay out with "rake routes". | |
| namespace :api do | |
| namespace :v1 do | |
| devise_for(:users) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Finished in 142 minutes 41 seconds (files took 2.79 seconds to load) | |
| 1102 examples, 106 failures, 2 pending | |
| Failed examples: | |
| rspec ./spec/cache/gems_spec.rb:247 # bundle cache when previously cached doesn't remove gems that | |
| are for another platform | |
| rspec ./spec/commands/binstubs_spec.rb:248 # bundle binstubs <gem> when BUNDLE_INSTALL is specified | |
| does nothing when already up to date | |
| rspec ./spec/commands/exec_spec.rb:60 # bundle exec handles --keep-file-descriptors |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -------- natal launch fails like so ---------- | |
| ➜ jaydub natal launch | |
| Compiling ClojureScript | |
| Compiling Xcode project | |
| Command failed: xcodebuild -workspace native/ios/jaydub.xcworkspace -scheme jaydub -destination platform='iOS Simulator',OS=latest,id='6327705F-491A-4F12-A1F8-8525C16B9387' test | |
| -------- running that command ends with a iPhone Simulator timeout ---------- | |
| ➜ jaydub xcodebuild -workspace native/ios/jaydub.xcworkspace -scheme jaydub -destination platform='iOS Simulator',OS=latest,id='6327705F-491A-4F12-A1F8-8525C16B9387' test | |
| 2015-11-18 09:53:32.739 xcodebuild[26881:405228] [MT] IDETestOperationsObserverDebug: (3B66138F-B31D-485A-9F41-567C6D4B1D12) Beginning test session 3B66138F-B31D-485A-9F41-567C6D4B1D12 with Xcode 7B1005 on target <DVTiPhoneSimulator: 0x7f7f9c161d90> { |
OlderNewer