spec/psychic/runner/hot_runner_spec.rb in psychic-runner-0.0.5 vs spec/psychic/runner/hot_runner_spec.rb in psychic-runner-0.0.6

- old
+ new

@@ -38,15 +38,15 @@ end end end end - context 'task map stored in psychic-hints.yml' do + context 'task map stored in psychic.yml' do let(:hints) do { 'tasks' => task_map } end before(:each) do - write_file 'psychic-hints.yml', YAML.dump(hints) + write_file 'psychic.yml', YAML.dump(hints) end subject { described_class.new(cwd: current_dir) } include_examples 'runs tasks' end