Skip to content

Instantly share code, notes, and snippets.

@leemcalilly
Created June 7, 2013 21:36
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leemcalilly/1e159f1b93005b8113f2 to your computer and use it in GitHub Desktop.
Save leemcalilly/1e159f1b93005b8113f2 to your computer and use it in GitHub Desktop.
it "creates a new work with a test image" do
client = FactoryGirl.create(:client)
work = FactoryGirl.build(:work)
visit works_path
attach_file("Image", "#{Rails.root}/spec/support/images/example.jpg")
click_button "Upload Image"
save_and_open_page
page.should have_content("New Work")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment