Sha256: 8a61762dd612b960114bfc1222bf39f3161c8328a9298d05a89eb54e185c097d

Contents?: true

Size: 365 Bytes

Versions: 115

Compression:

Stored size: 365 Bytes

Contents

require 'test/test_helper'
require 'test/minitest_helper'
require 'fakes3/cli'


class CLITest < Test::Unit::TestCase
  def setup
    super
    FakeS3::Server.any_instance.stubs(:serve)
  end

  def test_quiet_mode
    script = FakeS3::CLI.new([], :root => '.', :port => 4567, :quiet => true)
    assert_output('') do
      script.invoke(:server)
    end
  end
end

Version data entries

115 entries across 115 versions & 23 rubygems

Version Path
plntr-fakes3-1.0.0.pre.10alpha11 test/cli_test.rb
plntr-fakes3-1.0.0.pre.10alpha10 test/cli_test.rb
plntr-fakes3-1.0.0.pre.10alpha9 test/cli_test.rb
plntr-fakes3-1.0.0.pre.10alpha8 test/cli_test.rb
plntr-fakes3-1.0.0.pre.10alpha7 test/cli_test.rb
plntr-fakes3-1.0.0.pre.10alpha6 test/cli_test.rb
plntr-fakes3-1.0.0.pre.10alpha5 test/cli_test.rb
plntr-fakes3-1.0.0.pre.10alpha3 test/cli_test.rb
plntr-fakes3-1.0.0.pre.10alpha2 test/cli_test.rb
plntr-fakes3-1.0.0.pre.10alpha1 test/cli_test.rb
plntr-fakes3-1.0.0.pre.9 test/cli_test.rb
plntr-fakes3-1.0.0.pre.9test9 test/cli_test.rb
plntr-fakes3-1.0.0.pre.9test8 test/cli_test.rb
plntr-fakes3-1.0.0.pre.9test7 test/cli_test.rb
plntr-fakes3-1.0.0.pre.9test6 test/cli_test.rb
plntr-fakes3-1.0.0.pre.9test5 test/cli_test.rb
plntr-fakes3-1.0.0.pre.9test4 test/cli_test.rb
plntr-fakes3-1.0.0.pre.9test3 test/cli_test.rb
plntr-fakes3-1.0.0.pre.9test2 test/cli_test.rb
plntr-fakes3-1.0.0.pre.9test1 test/cli_test.rb