spec/features/attachments_spec.rb in brightcontent-attachments-2.0.6 vs spec/features/attachments_spec.rb in brightcontent-attachments-2.0.7
- old
+ new
@@ -11,7 +11,8 @@
it "show upload form" do
create(:blog)
sign_in
click_link "Blogs"
click_link "Edit"
+ page.should have_selector "#attachments"
end
end