Bootstrap: test fixes
This commit is contained in:
parent
fca1ffb888
commit
b51252e6ca
10 changed files with 14 additions and 24 deletions
|
@ -34,11 +34,9 @@ describe "User Issues Dashboard" do
|
|||
|
||||
it { should have_content(@issue1.title[0..10]) }
|
||||
it { should have_content(@issue1.project.name) }
|
||||
it { should have_content(@issue1.assignee.name) }
|
||||
|
||||
it { should have_content(@issue2.title[0..10]) }
|
||||
it { should have_content(@issue2.project.name) }
|
||||
it { should have_content(@issue2.assignee.name) }
|
||||
|
||||
describe "atom feed", :js => false do
|
||||
it "should render atom feed via private token" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue