fixed bug about co-author-relation

This commit is contained in:
Rueshyna 2012-12-06 15:20:56 +08:00 committed by chris
parent 39b5959de7
commit 24f6623787
3 changed files with 0 additions and 23 deletions

View File

@ -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

View File

@ -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

View File

@ -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