-
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
Make changes to creating_tickets_spec scenario for "persisting file uploads..." #23
Comments
I am not sure what you mean by this. Can you please explain? |
In the text we make changes to the scenario "with multiple attachments" changing and changing
to
I had to made the same changes to the scenario for "persisting file attached is the relevant file On 3/2/2015 7:53 PM, Ryan Bigg wrote:
require "rails_helper" RSpec.feature "Creating Tickets" do let(:user) { FactoryGirl.create(:user) } before do
end scenario "Creating a ticket" do
end scenario "Creating a ticket without valid attributes fails" do
end scenario "Description must be longer than 10 characters" do
end scenario "with an attachment" do
end scenario "persisting file uploads across form displays" do
end scenario "with multiple attachments", js: true do
end end |
I just took a look at the creating_tickets_spec.rb in your ch9-review On 3/2/2015 7:53 PM, Ryan Bigg wrote:
|
That branch should be merged into master already. I would be surprised if master was still incorrect in this way. |
We do address this already in the text, from this point: https://github.com/railsbook/rails_4_in_action/blob/master/ch09/ch09.ad#L976 |
No description provided.
The text was updated successfully, but these errors were encountered: