lib/startup_time/services.rb in startup-time-1.1.1 vs lib/startup_time/services.rb in startup-time-1.2.0

- old
+ new

@@ -6,13 +6,9 @@ # shared dependencies required by multiple components Services = Wireless.new do # the component responsible for managing the build directory once(:builder) { Builder.new } - # a hash which maps test IDs (e.g. "scala") to group names - # (e.g. "compiled, jvm, slow") - once(:ids_to_groups) { Registry.ids_to_groups } - # an interface to the tests configured in resources/tests.yaml once(:registry) { Registry.new } # the tests which remain after the --only and --omit filters have been # applied