Team features are green now
This commit is contained in:
parent
28da2a8bdc
commit
37187336b1
7 changed files with 21 additions and 21 deletions
|
@ -3,8 +3,8 @@ class ProjectBrowseGitRepo < Spinach::FeatureSteps
|
|||
include SharedProject
|
||||
include SharedPaths
|
||||
|
||||
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
|
||||
|
||||
And 'I click blame button' do
|
||||
|
@ -12,7 +12,7 @@ class ProjectBrowseGitRepo < Spinach::FeatureSteps
|
|||
end
|
||||
|
||||
Then 'I should see git file blame' do
|
||||
page.should have_content "rubygems.org"
|
||||
page.should have_content "DEPENDENCIES"
|
||||
page.should have_content "Dmitriy Zaporozhets"
|
||||
page.should have_content "Moving to rails 3.2"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue