Sha256: 8c14e932ee1b54dc1dd3f5701ee9822bb2562240f9c5bc6ac986f26d09b7164b

Contents?: true

Size: 201 Bytes

Versions: 16

Compression:

Stored size: 201 Bytes

Contents

require 'helper'

class RmagickRunnerTest < Test::Unit::TestCase
  include AbstractRunnerTest

  def setup
    ActiveAssets::ActiveSprites::Sprites.sprite_backend = :rmagick
    runner_setup
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
active_assets-1.1.3 test/active_assets/active_sprites/runners/rmagick_runner_test.rb
active_assets-1.1.2 test/active_assets/active_sprites/runners/rmagick_runner_test.rb
active_assets-1.1.1 test/active_assets/active_sprites/runners/rmagick_runner_test.rb
active_assets-1.0.3 test/active_assets/active_sprites/runners/rmagick_runner_test.rb
active_assets-1.1.0 test/active_assets/active_sprites/runners/rmagick_runner_test.rb
active_assets-0.3.1 test/active_assets/active_sprites/runners/rmagick_runner_test.rb
active_assets-1.0.2 test/active_assets/active_sprites/runners/rmagick_runner_test.rb
active_assets-1.0.1 test/active_assets/active_sprites/runners/rmagick_runner_test.rb
active_assets-1.0.0 test/active_assets/active_sprites/runners/rmagick_runner_test.rb
active_assets-0.3.0 test/active_assets/active_sprites/runners/rmagick_runner_test.rb
active_assets-1.0.0.rc1 test/active_assets/active_sprites/runners/rmagick_runner_test.rb
active_assets-0.2.8 test/active_assets/active_sprites/runners/rmagick_runner_test.rb
active_assets-0.2.7 test/active_assets/active_sprites/runners/rmagick_runner_test.rb
active_assets-0.2.6 test/active_assets/active_sprites/runners/rmagick_runner_test.rb
active_assets-0.2.5 test/active_assets/active_sprites/runners/rmagick_runner_test.rb
active_assets-0.2.4 test/active_assets/active_sprites/runners/rmagick_runner_test.rb