This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
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
|
|
|
|
before { visit desktop_co_authors }
|
2012-12-06 07:53:46 +00:00
|
|
|
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
|