Bootstrap: test fixes

This commit is contained in:
Dmitriy Zaporozhets 2012-01-30 00:43:14 +02:00
parent fca1ffb888
commit b51252e6ca
10 changed files with 14 additions and 24 deletions

View file

@ -2,8 +2,7 @@ shared_examples_for :project_side_pane do
subject { page }
it { should have_content((@project || project).name) }
it { should have_content("Commits") }
it { should have_content("Team") }
it { should have_content("Tree") }
it { should have_content("Code") }
end
shared_examples_for :tree_view do