diff --git a/tests/joyent/models/analytics/instrumentations_tests.rb b/tests/joyent/models/analytics/instrumentations_tests.rb index e69de29bb..864fb9883 100644 --- a/tests/joyent/models/analytics/instrumentations_tests.rb +++ b/tests/joyent/models/analytics/instrumentations_tests.rb @@ -0,0 +1,3 @@ +Shindo.tests("Fog::Joyent[:analytics] | instrumentation", %w{joyent models instrumentation }) do + collection_tests(Fog::Joyent[:analytics].instrumentations, {:joyent_module => 'cpu', :stat => 'usage'}, true) +end