Sha256: e5dedeee50c0d8239cef1a63ea91cb7855b8392a805e2201231e53690db885a9

Contents?: true

Size: 240 Bytes

Versions: 16

Compression:

Stored size: 240 Bytes

Contents

require 'spec_helper'

describe "Datagrid stylesheet" do

  it "should work correctly" do

    if Rails.application.assets.respond_to?(:find_asset)
      asset = Rails.application.assets.find_asset("datagrid")
      asset
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
datagrid-1.6.1 spec/datagrid/stylesheet_spec.rb
datagrid-1.6.0 spec/datagrid/stylesheet_spec.rb
datagrid-1.5.9 spec/datagrid/stylesheet_spec.rb
datagrid-1.5.8 spec/datagrid/stylesheet_spec.rb
datagrid-1.5.7 spec/datagrid/stylesheet_spec.rb
datagrid-1.5.6 spec/datagrid/stylesheet_spec.rb
datagrid-1.5.5 spec/datagrid/stylesheet_spec.rb
datagrid-1.5.4 spec/datagrid/stylesheet_spec.rb
datagrid-1.5.3 spec/datagrid/stylesheet_spec.rb
datagrid-1.5.2 spec/datagrid/stylesheet_spec.rb
datagrid-1.5.1 spec/datagrid/stylesheet_spec.rb
datagrid-1.5.0 spec/datagrid/stylesheet_spec.rb
datagrid-1.4.4 spec/datagrid/stylesheet_spec.rb
datagrid-1.4.3 spec/datagrid/stylesheet_spec.rb
datagrid-1.4.2 spec/datagrid/stylesheet_spec.rb
datagrid-1.4.1 spec/datagrid/stylesheet_spec.rb