Sha256: 72ee5b09c284c96e732b4f11adf479e2e688f324e6ba5b3cc73f05e4f7e2118c

Contents?: true

Size: 227 Bytes

Versions: 5

Compression:

Stored size: 227 Bytes

Contents

require 'spec/spec_helper'

describe Scrooge::Base do
  
  before(:each) do
    @base = Scrooge::Base
  end
  
  it "should be able to instantiate it's profile" do
    @base.profile.class.should == Scrooge::Profile
  end
  
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
methodmissing-scrooge-1.0.0 spec/units/scrooge_spec.rb
methodmissing-scrooge-1.0.1 spec/units/scrooge_spec.rb
methodmissing-scrooge-1.0.2 spec/units/scrooge_spec.rb
methodmissing-scrooge-1.0.3 spec/units/scrooge_spec.rb
methodmissing-scrooge-1.0.4 spec/units/scrooge_spec.rb