Sha256: 5bca41751cba76852a3d9ea1e43c0d4cf344151bac22eb6a82b6e45f3cbf81b3
Contents?: true
Size: 400 Bytes
Versions: 4
Compression:
Stored size: 400 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Function::String::Length::Methods, '#length' do subject { object.length } let(:described_class) { Class.new { include Function::String::Length::Methods } } let(:object) { described_class.new.freeze } it { should be_instance_of(Function::String::Length) } its(:operand) { should equal(object) } end
Version data entries
4 entries across 4 versions & 2 rubygems