Orbit/spec/requests/desktop/co_authors_pages.spec.rb

13 lines
214 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 }
it { should have_selector('h1', text: 'Sign up') }
end
2012-12-06 03:56:47 +00:00
end