Team features are green now
This commit is contained in:
parent
28da2a8bdc
commit
37187336b1
7 changed files with 21 additions and 21 deletions
|
@ -16,12 +16,12 @@ class ProjectBrowseFiles < Spinach::FeatureSteps
|
|||
page.should have_content "Gemfile"
|
||||
end
|
||||
|
||||
Given 'I click on "Gemfile" file in repo' do
|
||||
click_link "Gemfile"
|
||||
Given 'I click on "Gemfile.lock" file in repo' do
|
||||
click_link "Gemfile.lock"
|
||||
end
|
||||
|
||||
Then 'I should see it content' do
|
||||
page.should have_content "rubygems.org"
|
||||
page.should have_content "DEPENDENCIES"
|
||||
end
|
||||
|
||||
And 'I click link "raw"' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue