Sha256: e2147e47d61ca1f0fb10db40b6104eb1cf56127300e13cf72be5bd7ab87ca8ff

Contents?: true

Size: 476 Bytes

Versions: 2

Compression:

Stored size: 476 Bytes

Contents

# =============================================================================
#  
# MODULE      : test/project_aaa/test_cls1_fn.rb
# PROJECT     : ProjectAaa
# DESCRIPTION : 
#
# Copyright (c) YEAR, Me.  All rights reserved.
# =============================================================================

module ProjectAaa
  
  describe Cls1Name do
    subject { Cls1Name.new }
    
    it "passes this one" do
      subject.must_be_instance_of Cls1Name
    end
  end

end

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
folder_template-0.1.1 test/data/test_append/actual_output/test_/_test_cls1_fn.rb
folder_template-0.1.1 test/data/test_append/expected_output/test_/_test_cls1_fn.rb