Skip to content

Commit

Permalink
Fix ls expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardelben committed Apr 9, 2012
1 parent 497b25a commit 7c227fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/sheet/list_spec.rb
Expand Up @@ -5,7 +5,7 @@

it 'calls system ls' do
cmd = "ls #{Sheet.sheets_dir}"
Sheet.should_receive(:exec).with(cmd)
Sheet.should_receive(:exec).with(cmd, true)

Sheet::List.new.list
end
Expand Down

0 comments on commit 7c227fd

Please sign in to comment.