Sha256: 1aa6b36be0bc6392f631d2795f06ece275b04994ff40db62b99d319326d2ab1c

Contents?: true

Size: 405 Bytes

Versions: 22

Compression:

Stored size: 405 Bytes

Contents

module Bootstrap
  module Sass
    module Rails
      class Spec < MiniTest::Spec

        private

        def dummy_app
          Dummy::Application
        end

        def dummy_config
          dummy_app.config
        end

        def dummy_assets
          dummy_app.assets
        end

        def dummy_asset(name)
          dummy_assets[name].to_s.strip
        end

      end
    end
  end
end

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
bootstrap-sass-rails-3.1.0.0 test/support/helpers.rb
bootstrap-sass-rails-3.0.3.0 test/support/helpers.rb
bootstrap-sass-rails-3.0.2.1 test/support/helpers.rb
bootstrap-sass-rails-3.0.2.0 test/support/helpers.rb
bootstrap-sass-rails-3.0.1.0 test/support/helpers.rb
bootstrap-sass-rails-3.0.0.3 test/support/helpers.rb
bootstrap-sass-rails-3.0.0.2 test/support/helpers.rb
bootstrap-sass-rails-3.0.0.1 test/support/helpers.rb
bootstrap-sass-rails-3.0.0.0 test/support/helpers.rb
bootstrap-sass-rails-3.0.0.0.rc2 test/support/helpers.rb
bootstrap-sass-rails-3.0.0.0.rc1 test/support/helpers.rb
bootstrap-sass-rails-2.3.2.1 test/support/helpers.rb
bootstrap-sass-rails-2.3.2.0 test/support/helpers.rb
bootstrap-sass-rails-2.3.1.2 test/support/helpers.rb
bootstrap-sass-rails-2.2.2.1 test/support/helpers.rb
bootstrap-sass-rails-2.3.1.1 test/support/helpers.rb
bootstrap-sass-rails-rtl-2.3.1.0 test/support/helpers.rb
bootstrap-sass-rails-2.3.1.0 test/support/helpers.rb
bootstrap-sass-rails-2.3.0.0 test/support/helpers.rb
bootstrap-sass-rails-rtl-2.2.2.0 test/support/helpers.rb