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.
|
require 'spec_helper'
|
|
|
|
describe "Co-Author pages" do
|
|
subject {co-author}
|
|
|
|
describe "Co-Author list" do
|
|
before { visit desktop_co_authors_path }
|
|
it { should have_selector('a', text: "New Co-Author") }
|
|
end
|
|
|
|
end
|