Sha256: 152230d81beb74d3b1cf50d31b567e6f0328583612df28a6eab89f4fa00d4b9c

Contents?: true

Size: 286 Bytes

Versions: 4

Compression:

Stored size: 286 Bytes

Contents

require "test_helper"

class ConfigurationBuilderTest < TestCase
  def setup
    YM.reset!
  end

  def test_should_have_specific_configuration
    YM.set_counters :webvisor, :trackLinks
    @options = {webvisor: true, trackLinks: true}
    assert_equal @options, YM.options
  end

end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
yandex-metrica-rails-0.1.4 test/configure_metrica_test.rb
yandex-metrica-rails-0.1.3 test/configure_metrica_test.rb
yandex-metrika-rails-0.1.2 test/configure_metrika_test.rb
yandex-metrika-rails-0.1.1 test/configure_metrika_test.rb