Sha256: 44b05b7322bb49862d202276130dbc15ed8bfaad4fd26af528bafe1d2e47672e

Contents?: true

Size: 334 Bytes

Versions: 4

Compression:

Stored size: 334 Bytes

Contents

require 'spec_helper'

describe MightyGrid do
  it 'setup block yields self' do
    MightyGrid.setup do |config|
      MightyGrid.should eq config
    end
  end

  it 'setup block configure Mighty Grid' do
    MightyGrid.setup do |config|
      MightyGrid.should eq config
    end

    MightyGrid.configured?.should be_true
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mighty_grid-2.1.1 spec/mighty_grid_spec.rb
mighty_grid-2.1.0 spec/mighty_grid_spec.rb
mighty_grid-2.0.0 spec/mighty_grid_spec.rb
mighty_grid-2.0.0.rc1 spec/mighty_grid_spec.rb