Sha256: 5d912d4670927084d0bea1cecad04e42c5ba176f6223133d17a6c0275896bb89

Contents?: true

Size: 234 Bytes

Versions: 2

Compression:

Stored size: 234 Bytes

Contents

require 'spec_helper'

describe 'ext_form spec:' do
  it 'setup successfully' do
    ExtForm.setup do |e|
      e.should eq(ExtForm)
      e.layout = 'BootstrapLayout'
    end

    ExtForm.layout.should eq('BootstrapLayout')
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ext_form-0.1.5 spec/ext_form_spec.rb
ext_form-0.1.4 spec/ext_form_spec.rb