orbit-basic/spec/requests/desktop/co_authors_pages.spec.rb

12 lines
223 B
Ruby
Raw Normal View History

2012-12-06 03:56:47 +00:00
require 'spec_helper'
describe "Co-Author pages" do
subject {co-author}
2012-12-06 07:20:06 +00:00
describe "Co-Author list" do
2012-12-06 14:05:22 +00:00
before { visit desktop_co_authors_path }
it { should have_selector('a', text: "New Co-Author") }
2012-12-06 07:20:06 +00:00
end
2012-12-06 03:56:47 +00:00
end