require "hippo/guard_tasks" Hippo::GuardTasks.run(self, name: "<%= name %>") do | tests | tests.client do end tests.server do end end