fixed bug about co-author-relation
This commit is contained in:
parent
39b5959de7
commit
24f6623787
|
@ -6,7 +6,6 @@ describe "Co-Author pages" do
|
|||
describe "Co-Author list" do
|
||||
before { visit desktop_co_authors }
|
||||
|
||||
it { should have_selector('h1', text: 'Sign up') }
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "Desktop::CoAuthorRelations" do
|
||||
describe "GET /desktop_co_author_relations" do
|
||||
it "works! (now write some real specs)" do
|
||||
# Run the generator again with the --webrat flag if you want to use webrat methods/matchers
|
||||
get desktop_co_author_relations_path
|
||||
response.status.should be(200)
|
||||
end
|
||||
end
|
||||
end
|
|
@ -1,11 +0,0 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "Desktop::JournalLists" do
|
||||
describe "GET /desktop_journal_lists" do
|
||||
it "works! (now write some real specs)" do
|
||||
# Run the generator again with the --webrat flag if you want to use webrat methods/matchers
|
||||
get desktop_journal_lists_path
|
||||
response.status.should be(200)
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue