Sha256: 11851907dcff89fdfc9bd8ef2779dd92c6654747bacfce532213427c22c12461

Contents?: true

Size: 226 Bytes

Versions: 9

Compression:

Stored size: 226 Bytes

Contents

require 'rails_helper'

module BootstrapLeather
  RSpec.describe GridHelper, folder: :helpers do
    describe '#column_class' do
      subject { helper.column_class 'md', 3 }
      it { should eq 'col-md-3' }
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bootstrap_leather-0.10.13 spec/helpers/bootstrap_leather/grid_helper_spec.rb
bootstrap_leather-0.10.11 spec/helpers/bootstrap_leather/grid_helper_spec.rb
bootstrap_leather-0.10.10 spec/helpers/bootstrap_leather/grid_helper_spec.rb
bootstrap_leather-0.10.9 spec/helpers/bootstrap_leather/grid_helper_spec.rb
bootstrap_leather-0.10.8 spec/helpers/bootstrap_leather/grid_helper_spec.rb
bootstrap_leather-0.10.7 spec/helpers/bootstrap_leather/grid_helper_spec.rb
bootstrap_leather-0.10.6 spec/helpers/bootstrap_leather/grid_helper_spec.rb
bootstrap_leather-0.10.5 spec/helpers/bootstrap_leather/grid_helper_spec.rb
bootstrap_leather-0.10.4 spec/helpers/bootstrap_leather/grid_helper_spec.rb