Sha256: 90db820c9e293d89a2771292ecd87f58d6f0c0ff1a3deabe9680f3dd50d504ef
Contents?: true
Size: 320 Bytes
Versions: 6
Compression:
Stored size: 320 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Function::Proposition, '#hash' do subject { object.hash } let(:described_class) { Class.new(Function::Proposition) } let(:object) { described_class.new } it_should_behave_like 'a hash method' it { should == described_class.hash } end
Version data entries
6 entries across 6 versions & 2 rubygems