Sha256: 21491f82bf9ba194d43b28df85a841511f906a11e94bb8faf1bc9c047e779c9d

Contents?: true

Size: 226 Bytes

Versions: 4

Compression:

Stored size: 226 Bytes

Contents

require_relative '../../../test_helper'

module Vedeu
  describe Background do
    let(:described_class) { Background }
    let(:instance) { described_class.new }

    it { instance.must_be_instance_of(Background) }
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vedeu-0.0.7 test/lib/vedeu/output/background_test.rb
vedeu-0.0.6 test/lib/vedeu/output/background_test.rb
vedeu-0.0.5 test/lib/vedeu/output/background_test.rb
vedeu-0.0.4 test/lib/vedeu/output/background_test.rb