features/manage_jobs.feature in jenkins-0.6.4 vs features/manage_jobs.feature in jenkins-0.6.5

- old
+ new

@@ -149,9 +149,15 @@ Given I am in the "rails-3" project folder And the project uses "git" scm When I run local executable "jenkins" with arguments "create . --template rails3 --host localhost --port 3010" Then I should see "Added rails3 project 'rails-3' to Jenkins." + Scenario: Select 'erlang' project type (jenkins create --template erlang) + Given I am in the "erlang" project folder + And the project uses "git" scm + When I run local executable "jenkins" with arguments "create . --template erlang --host localhost --port 3010" + Then I should see "Added erlang project 'erlang' to Jenkins." + Scenario: Create job without default steps (jenkins create --no-template) Given I am in the "non-bundler" project folder And the project uses "git" scm When I run local executable "jenkins" with arguments "create . --no-template --host localhost --port 3010" Then I should see "Added project 'non-bundler' to Jenkins."