minimalistic UI: issues index, css refactoring

This commit is contained in:
Dmitriy Zaporozhets 2012-01-18 00:04:27 +02:00
parent ffc6ab41e0
commit 809413d9e7
17 changed files with 279 additions and 268 deletions

View file

@ -11,7 +11,7 @@ shared_examples_for :tree_view do
it "should have Tree View of project" do
should have_content("app")
should have_content("history")
should have_content("History")
should have_content("Gemfile")
end
end