fixed bug

This commit is contained in:
Rueshyna 2012-12-06 15:53:46 +08:00 committed by chris
parent 3d382fec6b
commit adb9621877
2 changed files with 1 additions and 2 deletions

View File

@ -79,7 +79,6 @@ group :test, :development do
gem 'faker'
gem "sunspot-rails-tester"
gem 'spork'
gem 'database_cleaner' #Strategies for cleaning databases. Can be used to ensure a clean state for testing.
gem "rspec", "~> 2.0"
gem "rspec-rails", "~> 2.0"

View File

@ -5,7 +5,7 @@ describe "Co-Author pages" do
describe "Co-Author list" do
before { visit desktop_co_authors }
it { should have_selector('a', text: 'New Co-Author') }
end
end