Sha256: 8941ce442e1e36dc0a401f390dc480acc21da7728c53ff81ba621c1cbe069457

Contents?: true

Size: 377 Bytes

Versions: 1

Compression:

Stored size: 377 Bytes

Contents

require(File.expand_path(File.dirname(__FILE__)+'/helpers_tests.rb'))
class StatsampleAwesomePrintBug < MiniTest::Test
  context("Awesome Print integration") do
    setup do
      require "awesome_print"
    end
    should "should be flawless" do
      a=[1,2,3].to_scale
      
      assert(a!=[1,2,3])
      assert_nothing_raised do 
        ap a
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
statsample-1.4.1 test/test_awesome_print_bug.rb