Sha256: 219041488432367e15cfae8cc1a8987fce2d84c63adf2ba6d96697f340429f09

Contents?: true

Size: 308 Bytes

Versions: 1

Compression:

Stored size: 308 Bytes

Contents

require 'spec_helper'

describe MooMoo::Config do
  before :each do
    @config = MooMoo::Config.new
  end

  it { @config.should have_attr_accessor :host }
  it { @config.should have_attr_accessor :key  }
  it { @config.should have_attr_accessor :user }
  it { @config.should have_attr_accessor :pass }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
moo_moo-0.1.1 spec/moo_moo/config_spec.rb