Class: Roby::Test::ArubaMinitest::API

Inherits:
Object
  • Object
show all
Includes:
Aruba::Api
Defined in:
lib/roby/test/aruba_minitest.rb

Overview

A “api-only” class that includes the Aruba API module

Aruba’s API is implemented with modules, but is self-contained. Create an object we can delegate to. This was needed because Aruba defined #run, which is also a minitest method (this is not the case anymore, but this lingers)