Sha256: 1005a61614a6e2d65f38644ec16ef0fca7ec041fb536236c323af73e131afd56

Contents?: true

Size: 218 Bytes

Versions: 1

Compression:

Stored size: 218 Bytes

Contents

require 'test_helper'

class ChilloutModuleTest < ChilloutTestCase
  def test_custom_metrics
    Chillout::Metric.track('RegistrationCompleted')
    assert_equal 1, Chillout.creations['RegistrationCompleted']
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
chillout-0.8.4 test/chillout_test.rb