Sha256: 7f2ff5803d7947f0214a857558ae850d95124b4485859755b06de2b099f2c8cf
Contents?: true
Size: 431 Bytes
Versions: 2
Compression:
Stored size: 431 Bytes
Contents
# encoding: utf-8 require File.expand_path(File.dirname(__FILE__) + '/../test_helper') describe ::Sparkr::CLI do it "should find work" do out, err = capture_io do ::Sparkr::CLI.run("1", "2", "3", "4", "100", "5", "10", "20", "50", "300") end refute out.empty?, "there should be some output" assert err.empty?, "there should be no errors" assert_equal "▁▁▁▁▃▁▁▁▂█\n", out end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sparkr-0.3.2 | test/sparkr/cli_test.rb |
sparkr-0.3.1 | test/sparkr/cli_test.rb |