Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

Commit

Permalink
Fix the spec (fixup with 30efb76)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsander committed Feb 20, 2016
1 parent 30efb76 commit 0d4695d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/agents/csv_agent_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@checker = Agents::CsvAgent.new(:name => 'somename', :options => @valid_params)
@checker.user = users(:jane)
@checker.save!
@lfa = Agents::LocalFileAgent.new(name: 'local', options: {path: '{{}}', watch: 'false'})
@lfa = Agents::LocalFileAgent.new(name: 'local', options: {path: '{{}}', watch: 'false', append: 'false'})
@lfa.user = users(:jane)
@lfa.save!
end
Expand Down

0 comments on commit 0d4695d

Please sign in to comment.