Skip to content

Commit

Permalink
updated for deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
derekcollison committed Dec 12, 2014
1 parent 718a58d commit 47c499e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/server_log_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
it 'should append to the log file after restart' do
@s.kill_server
@s.start_server
File.read(LOG_LOG_FILE).split("\n").size.should == 2
File.read(LOG_LOG_FILE).split("\n").size.should == 4
end

it 'should not output to the log file when enable syslog option' do
Expand Down

0 comments on commit 47c499e

Please sign in to comment.