mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
10 lines
176 B
Ruby
10 lines
176 B
Ruby
require 'test_helper'
|
|
|
|
class UsageEnabledUsageTest < Minitest::Test
|
|
include Liquid
|
|
|
|
def test_live_usages
|
|
assert_equal true, Usage.results["Usage is enabled"]
|
|
end
|
|
end
|