Add 'the' to make steps read better

MSP-11153
bug/bundler_fix
Luke Imhoff 2014-08-27 21:38:46 -05:00
parent 972470c241
commit e6750b985c
No known key found for this signature in database
GPG Key ID: 5B1FB01FB33356F8
2 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ Feature: `msfconsole` `database.yml`
username: user_metasploit_framework_test
"""
And I cd to "../.."
And project "database.yml" exists with:
And the project "database.yml" exists with:
"""
test:
adapter: postgresql
@ -76,7 +76,7 @@ Feature: `msfconsole` `database.yml`
username: user_metasploit_framework_test
"""
And I cd to "../.."
And project "database.yml" exists with:
And the project "database.yml" exists with:
"""
test:
adapter: postgresql
@ -105,7 +105,7 @@ Feature: `msfconsole` `database.yml`
username: user_metasploit_framework_test
"""
And I cd to "../.."
And project "database.yml" exists with:
And the project "database.yml" exists with:
"""
test:
adapter: postgresql

View File

@ -7,7 +7,7 @@ Before do
end
end
Given /^project "database.yml" exists with:$/ do |file_content|
Given /^the project "database.yml" exists with:$/ do |file_content|
if File.exist?(project_database_yaml_path)
File.rename(project_database_yaml_path, backup_project_database_yaml_path)
end