Make history link for trees look like action links for blobs
This commit is contained in:
parent
536eb8e828
commit
866b9f6d91
5 changed files with 11 additions and 7 deletions
|
@ -5,14 +5,14 @@ class ProjectBrowseFiles < Spinach::FeatureSteps
|
|||
|
||||
Then 'I should see files from repository' do
|
||||
page.should have_content "app"
|
||||
page.should have_content "History"
|
||||
page.should have_content "history"
|
||||
page.should have_content "Gemfile"
|
||||
end
|
||||
|
||||
Then 'I should see files from repository for "8470d70"' do
|
||||
current_path.should == project_tree_path(@project, "8470d70")
|
||||
page.should have_content "app"
|
||||
page.should have_content "History"
|
||||
page.should have_content "history"
|
||||
page.should have_content "Gemfile"
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue