This commit is contained in:
Douwe Maan 2015-08-10 14:15:27 +02:00
parent 22285b1d39
commit b716e45de1
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ class Spinach::Features::ProjectMergeRequests < Spinach::FeatureSteps
end
step 'I should see new target branch changes' do
expect(page).to have_content 'From fix into feature'
expect(page).to have_content 'Request to merge fix into feature'
expect(page).to have_content 'Target branch changed from master to feature'
end