search for: new_jobs_step

Displaying 1 result from an estimated 1 matches for "new_jobs_step".

Did you mean: new_jobs_steps
2008 Jan 14
6
RSpec stories introduction
...dded for job and client with type "bill" And job_parties status is set to "quote" Scenario: client is held for administrative approval ... <--- I infer that I should also create a file called new_job.rb in stories and that it should contain: ---> with_steps_for :new_jobs_steps do run ''./new_job.txt'' end <--- Then I believe that I require yet another file called "new_job_steps.rb" that has code that looks somewhat like this: ---> steps_for(:new_job_steps) do Given "client exists in database" do Client.destroy_all &quo...