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

12 lines
221 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
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