Skip to content

Commit

Permalink
Remove debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Jan 19, 2015
1 parent 14706a1 commit 00d9404
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/spec/lib/picky_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
simple_load = <<-COMMAND
#{ruby} -I #{load_path} -r picky -e "puts 'OK'"
COMMAND
p IO.popen(simple_load, err: [:child, :out]).readline
IO.popen(simple_load, err: [:child, :out]).readline.strip.should == 'OK'
end

Expand Down

0 comments on commit 00d9404

Please sign in to comment.