Sha256: d9c6271696273ea858c1e46adf34721987243012099dc9f92e20a98041bc5d17

Contents?: true

Size: 203 Bytes

Versions: 4

Compression:

Stored size: 203 Bytes

Contents

require 'spec_helper'

module Ransack
  describe Configuration do
    it 'yields self on configure' do
      Ransack.configure do
        self.should eq Ransack::Configuration
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ransack-0.3.0 spec/ransack/configuration_spec.rb
ransack-0.2.1 spec/ransack/configuration_spec.rb
ransack-0.2.0 spec/ransack/configuration_spec.rb
ransack-0.1.0 spec/ransack/configuration_spec.rb