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