Sha256: 2c52230928001993139ad0f633b8bc0943b8dbaef8dce1365a8b4442eb020f8a

Contents?: true

Size: 170 Bytes

Versions: 4

Compression:

Stored size: 170 Bytes

Contents

require 'spec_helper'

describe 'Confrider.from_hash' do
  it 'should return Confrider::Core object' do
    Confrider.from_hash({}).should be_a Confrider::Core
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
confrider-0.2.0 spec/lib/confrider_spec.rb
confrider-0.1.0 spec/lib/confrider_spec.rb
confrider-0.0.2 spec/lib/confrider_spec.rb
confrider-0.0.1 spec/lib/confrider_spec.rb