Skip to content

Instantly share code, notes, and snippets.

@walidvb
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save walidvb/7852ad7f5810d6fb9bbe to your computer and use it in GitHub Desktop.
Save walidvb/7852ad7f5810d6fb9bbe to your computer and use it in GitHub Desktop.
on gaston-13-13 > ~/dev/pigeonhole/pigeonhole-ios (master)*$ rake frank
`sugarcube-uikit' has been renamed to (platform agnostic) `sugarcube-ui'
WARNING! BubbleWrap::HTTP is deprecated and will be removed, see https://github.com/rubymotion/BubbleWrap/issues/308
WARNING! Switch to a different networking library soon - consider AFNetworking: http://afnetworking.com/
WARNING! You can use the 'bubble-wrap-http' gem if you need compatibility: https://github.com/rubymotion/BubbleWrap-HTTP
Build ./build/iPhoneSimulator-7.0-Development
Build /Users/gaston/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/frank-cucumber-1.2.2/frank-skeleton
Build ./Pods.xcodeproj [AFNetworking - Release]
Build ./Pods.xcodeproj [Bolts - Release]
Build ./Pods.xcodeproj [SDK - Release]
Build ./Pods.xcodeproj [JSQFlatButton - Release]
Build ./Pods.xcodeproj [TMCache - Release]
Build ./Pods.xcodeproj [Pods - Release]
Link ./build/Pods.build/Release-iphonesimulator/Pods.build/Objects-normal/i386/libPods.a
Link ./build/Pods.build/Release-iphonesimulator/Pods.build/Objects-normal/x86_64/libPods.a
Link ./build/iPhoneSimulator-7.0-Development/Pigeonhole.app/Pigeonhole
ld: warning: ld: warning: ignoring file /Users/gaston/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/frank-cucumber-1.2.2/frank-skeleton/libCocoaHTTPServer.a, missing required architecture x86_64 in file /Users/gaston/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/frank-cucumber-1.2.2/frank-skeleton/libCocoaHTTPServer.a (3 slices)ignoring file /Users/gaston/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/frank-cucumber-1.2.2/frank-skeleton/libCocoaAsyncSocket.a, missing required architecture x86_64 in file /Users/gaston/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/frank-cucumber-1.2.2/frank-skeleton/libCocoaAsyncSocket.a (3 slices)
ld: warning: ignoring file /Users/gaston/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/frank-cucumber-1.2.2/frank-skeleton/libCocoaLumberjack.a, missing required architecture x86_64 in file /Users/gaston/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/frank-cucumber-1.2.2/frank-skeleton/libCocoaLumberjack.a (3 slices)
ld: warning: ignoring file /Users/gaston/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/frank-cucumber-1.2.2/frank-skeleton/libFrank.a, missing required architecture x86_64 in file /Users/gaston/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/frank-cucumber-1.2.2/frank-skeleton/libFrank.a (3 slices)
ld: warning: ignoring file /Users/gaston/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/frank-cucumber-1.2.2/frank-skeleton/libShelley.a, missing required architecture x86_64 in file /Users/gaston/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/frank-cucumber-1.2.2/frank-skeleton/libShelley.a (3 slices)
Create ./build/iPhoneSimulator-7.0-Development/Pigeonhole.app/Info.plist
Compile ./build/iPhoneSimulator-7.0-Development/Pigeonhole.app/FBUserSettingsViewResources.bundle/Contents/Resources/en.lproj/Localizable.strings
Compile ./build/iPhoneSimulator-7.0-Development/Pigeonhole.app/FBUserSettingsViewResources.bundle/Contents/Resources/he.lproj/Localizable.strings
Create ./build/iPhoneSimulator-7.0-Development/Pigeonhole.app.dSYM
Feature: Bookshelf
Scenario: Users with no subscriptions are prompted to subscribe # features/bookshelf.feature:3
PING FAILED!!!!!!!!!!!!!!!! Given I have launched the app # features/step_definitions/steps.rb:51
/Users/gaston/dev/pigeonhole/pigeonhole-ios/build/iPhoneSimulator-7.0-Development/Pigeonhole.app
Net::ReadTimeout (Net::ReadTimeout)
./features/step_definitions/steps.rb:55:in `/^I have launched the app$/'
features/bookshelf.feature:4:in `Given I have launched the app'
And I have logged in as a user with no subscriptions # features/step_definitions/steps.rb:70
Then I should see a prompt to subscribe to a book # features/step_definitions/steps.rb:75
Scenario: Users with subscriptions see the first book they are subscribed to # features/bookshelf.feature:8
Given I have launched the app # features/step_definitions/steps.rb:51
/Users/gaston/dev/pigeonhole/pigeonhole-ios/build/iPhoneSimulator-7.0-Development/Pigeonhole.app
Net::ReadTimeout (Net::ReadTimeout)
./features/step_definitions/steps.rb:55:in `/^I have launched the app$/'
features/bookshelf.feature:9:in `Given I have launched the app'
And I have logged in as a user with subscriptions # features/step_definitions/steps.rb:79
Then I should see the first book I am subscribed to # features/step_definitions/steps.rb:85
Feature: Login
Scenario: Log in using email # features/login.feature:3
Given I have launched the app # features/step_definitions/steps.rb:51
/Users/gaston/dev/pigeonhole/pigeonhole-ios/build/iPhoneSimulator-7.0-Development/Pigeonhole.app
Net::ReadTimeout (Net::ReadTimeout)
./features/step_definitions/steps.rb:55:in `/^I have launched the app$/'
features/login.feature:4:in `Given I have launched the app'
And I have chosen to log in using my email address # features/step_definitions/steps.rb:58
When I enter valid credentials # features/step_definitions/steps.rb:62
Then I should be logged in # features/step_definitions/steps.rb:66
Feature: Offline Reading
Scenario: Reading books offline # features/offline_reading.feature:3
Given I have launched the app # features/step_definitions/steps.rb:51
/Users/gaston/dev/pigeonhole/pigeonhole-ios/build/iPhoneSimulator-7.0-Development/Pigeonhole.app
Net::ReadTimeout (Net::ReadTimeout)
./features/step_definitions/steps.rb:55:in `/^I have launched the app$/'
features/offline_reading.feature:4:in `Given I have launched the app'
And I have logged in as a user with subscriptions # features/step_definitions/steps.rb:79
When I go offline # features/step_definitions/steps.rb:139
And I start reading a book # features/step_definitions/steps.rb:89
Then I should see all the published chapters # features/step_definitions/steps.rb:98
Feature: Reading
Scenario: Users with subscriptions see the first book they are subscribed to # features/reading.feature:3
Given I have launched the app # features/step_definitions/steps.rb:51
/Users/gaston/dev/pigeonhole/pigeonhole-ios/build/iPhoneSimulator-7.0-Development/Pigeonhole.app
Net::ReadTimeout (Net::ReadTimeout)
./features/step_definitions/steps.rb:55:in `/^I have launched the app$/'
features/reading.feature:4:in `Given I have launched the app'
And I have logged in as a user with subscriptions # features/step_definitions/steps.rb:79
When I start reading a book # features/step_definitions/steps.rb:89
Then I should see all the published chapters # features/step_definitions/steps.rb:98
Scenario: Navigating between chapters # features/reading.feature:9
Given I have launched the app # features/step_definitions/steps.rb:51
/Users/gaston/dev/pigeonhole/pigeonhole-ios/build/iPhoneSimulator-7.0-Development/Pigeonhole.app
Net::ReadTimeout (Net::ReadTimeout)
./features/step_definitions/steps.rb:55:in `/^I have launched the app$/'
features/reading.feature:10:in `Given I have launched the app'
And I have logged in as a user with subscriptions # features/step_definitions/steps.rb:79
When I start reading a book # features/step_definitions/steps.rb:89
And I navigate to chapter 2 # features/step_definitions/steps.rb:104
Then I should see chapter 2 # features/step_definitions/steps.rb:110
Scenario: Remembering my reading position # features/reading.feature:16
Given I have launched the app # features/step_definitions/steps.rb:51
/Users/gaston/dev/pigeonhole/pigeonhole-ios/build/iPhoneSimulator-7.0-Development/Pigeonhole.app
Net::ReadTimeout (Net::ReadTimeout)
./features/step_definitions/steps.rb:55:in `/^I have launched the app$/'
features/reading.feature:17:in `Given I have launched the app'
And I have logged in as a user with subscriptions # features/step_definitions/steps.rb:79
When I start reading a book # features/step_definitions/steps.rb:89
And I navigate to chapter 2 # features/step_definitions/steps.rb:104
And I log out # features/step_definitions/steps.rb:114
And I log back in # features/step_definitions/steps.rb:123
Then I should see chapter 2 # features/step_definitions/steps.rb:110
Scenario: Navigating back to bookshelf # features/reading.feature:25
Given I have launched the app # features/step_definitions/steps.rb:51
/Users/gaston/dev/pigeonhole/pigeonhole-ios/build/iPhoneSimulator-7.0-Development/Pigeonhole.app
Net::ReadTimeout (Net::ReadTimeout)
./features/step_definitions/steps.rb:55:in `/^I have launched the app$/'
features/reading.feature:26:in `Given I have launched the app'
And I have logged in as a user with subscriptions # features/step_definitions/steps.rb:79
When I start reading a book # features/step_definitions/steps.rb:89
And I navigate to chapter 2 # features/step_definitions/steps.rb:104
And I navigate back to my bookshelf # features/step_definitions/steps.rb:128
Then I should see my bookshelf # features/step_definitions/steps.rb:135
Scenario: Resume reading # features/reading.feature:33
Given I have launched the app # features/step_definitions/steps.rb:51
/Users/gaston/dev/pigeonhole/pigeonhole-ios/build/iPhoneSimulator-7.0-Development/Pigeonhole.app
Net::ReadTimeout (Net::ReadTimeout)
./features/step_definitions/steps.rb:55:in `/^I have launched the app$/'
features/reading.feature:34:in `Given I have launched the app'
And I have logged in as a user with subscriptions # features/step_definitions/steps.rb:79
When I start reading a book # features/step_definitions/steps.rb:89
And I navigate to chapter 2 # features/step_definitions/steps.rb:104
And I navigate back to my bookshelf # features/step_definitions/steps.rb:128
And I resume reading # features/step_definitions/steps.rb:93
Then I should see chapter 2 # features/step_definitions/steps.rb:110
Scenario: Percentage progress # features/reading.feature:42
Given I have launched the app # features/step_definitions/steps.rb:51
/Users/gaston/dev/pigeonhole/pigeonhole-ios/build/iPhoneSimulator-7.0-Development/Pigeonhole.app
Net::ReadTimeout (Net::ReadTimeout)
./features/step_definitions/steps.rb:55:in `/^I have launched the app$/'
features/reading.feature:43:in `Given I have launched the app'
And I have logged in as a user with subscriptions # features/step_definitions/steps.rb:79
When I start reading a book # features/step_definitions/steps.rb:89
And I navigate to chapter 2 # features/step_definitions/steps.rb:104
Then I should see my percentage progress within the book # features/step_definitions/steps.rb:143
Failing Scenarios:
cucumber features/bookshelf.feature:3 # Scenario: Users with no subscriptions are prompted to subscribe
cucumber features/bookshelf.feature:8 # Scenario: Users with subscriptions see the first book they are subscribed to
cucumber features/login.feature:3 # Scenario: Log in using email
cucumber features/offline_reading.feature:3 # Scenario: Reading books offline
cucumber features/reading.feature:3 # Scenario: Users with subscriptions see the first book they are subscribed to
cucumber features/reading.feature:9 # Scenario: Navigating between chapters
cucumber features/reading.feature:16 # Scenario: Remembering my reading position
cucumber features/reading.feature:25 # Scenario: Navigating back to bookshelf
cucumber features/reading.feature:33 # Scenario: Resume reading
cucumber features/reading.feature:42 # Scenario: Percentage progress
10 scenarios (10 failed)
49 steps (10 failed, 39 skipped)
10m12.857s
on gaston-13-13 > ~/dev/pigeonhole/pigeonhole-ios (master)*$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment