-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't get CoffeeScript changes to work #24
Comments
Please only refer to the master branch. What is on the other branches is not important. It is the master branch and only the master branch which will be published.
|
Can you push your repository to Github so we can see your code? |
I am doing computational physics at the moment so I don't have time to On 3/3/2015 7:01 PM, Rebecca Skinner wrote:
|
Hi there rayn, I keep checking both your twitter account and github public activity feed just to see a clue for the release date of the updated 4.2 r4ia book. Can you give a date estimate for those like me in your twitter account, please? In a week, in a month, in 6 months ? Thanks. |
@comptrol: if it was up to me it would've been published already, and only in digital format. The book is 98% complete. It's not up to me, it's up to Manning. Go and ask them. |
I have very carefully repeated sections 9.5.1 and 9.5.2 which involve the CoffeeScript changes. I have even copied the relevant files (creating_tickets_spec.rb and the tickets.coffee) from the chapter9-review branch from GitHub and keep getting:
Failure/Error: within("#ticket .assets") do
Capybara::ElementNotFound:
Unable to find css "#ticket .assets")
The problem is in this section of the scenario
within("#ticket .assets") do
expect(page).to have_content("speed.txt")
expect(page).to have_content("spin.txt")
end
I have even done a file compare between my project and the one in the chapter9-review branch and cannot seem to find the problem. (I have also gone through the other branches as well).
The text was updated successfully, but these errors were encountered: