![]() | Scenario failure in section 8.5 setting account as instructed |
|
27 Jan 2013, 02:53
Craig Demyanovich (1 post) |
On p. 152 of the PDF and in support_code/17/lib/nice_bank.rb, we set :account as follows:
Later on p. 154 of the PDF and in support_code/18/features/support/world_extensions.rb, we set account as follows:
This results in an error
for me. Using the pry gem and trial and error, I was able to make the scenario pass by eliminating the code that sets account with the block and failure message in nice_bank.rb and changing the code in world_extensions.rb to
My Gemfile:
Has you seen this error? Did you solve it the same way? Thanks. |
|
29 Jan 2013, 14:00
Heather Poole (5 posts) |
Question in your lib/nicebank.rb have you entered this line of code? require ‘sinatra’ |
| You must be logged in to comment |

