This commit is contained in:
Douwe Maan 2015-12-08 14:13:57 +01:00
parent af6b543742
commit 5beacba038
1 changed files with 1 additions and 1 deletions

View File

@ -118,6 +118,6 @@ class Spinach::Features::ProjectCommits < Spinach::FeatureSteps
step 'I see builds list' do
expect(page).to have_content "build: pending"
expect(page).to have_content "Latest builds"
expect(page).to have_content "1 build"
end
end