Sha256: 93e78cccf4e17b883ff899f22a4ebf93a19804706ced4e08f701cba680efeaca
Contents?: true
Size: 565 Bytes
Versions: 32
Compression:
Stored size: 565 Bytes
Contents
# frozen_string_literal: true require_relative '../../spec_helper' # Use the RSpec framework require_relative '../../../lib/zenlish/wclasses/proper_noun' # Load the class under test module Zenlish module WClasses describe ProperNoun do subject { ProperNoun.new } context 'Initialization:' do it 'should be initialized without argument' do expect { ProperNoun.new }.not_to raise_error end end # context # context 'Provided services:' do # end # context end # describe end # module end # module
Version data entries
32 entries across 32 versions & 1 rubygems