search for: new_job_steps

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

Did you mean: new_jobs_steps
2008 Jan 14
6
RSpec stories introduction
...ld 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 "short_name == ''test client exists''" Client.create!(:short_name => ''test client exists'...