Sha256: 6be0837fa3592b5ea910ccb448305b4bed1e600e1780f59f4216eccc7cbf8b33
Contents?: true
Size: 408 Bytes
Versions: 6
Compression:
Stored size: 408 Bytes
Contents
require "test/helper" require 'osheet/format/general' module Osheet::Format class GeneralTest < Test::Unit::TestCase context "General format" do subject { General.new } should "always provide a nil style string" do assert_equal nil, subject.style end should "always provide and empty format key" do assert_equal '', subject.key end end end end
Version data entries
6 entries across 6 versions & 1 rubygems