Sha256: 9161bc63f26857eab6c28b3d248d54604a9b3dca4a74611d42f189da3eab5d86
Contents?: true
Size: 464 Bytes
Versions: 13
Compression:
Stored size: 464 Bytes
Contents
require 'spec_helper' describe "Browse Dashboard files" do before do sign_in :user_with_fixtures end it "should show me some files (from the fixtures)" do click_link "dashboard" click_link "more Keywords" click_link "keyf" page.should have_content "Test mp3" end it "should allow me to edit files (from the fixtures)" do click_link "dashboard" click_link "Edit File" page.should have_content "Edit Test mp3" end end
Version data entries
13 entries across 13 versions & 1 rubygems