name: "When not specifying fixture, graph with @topic is automatically set up"
topic: "DummyComponent"
cases:
-
  name: 'sending a boolean'
  assertion: 'should pass'
  inputs:
    in: true
  expect:
    out:
      equals: true
-
  name: 'sending a number'
  assertion: 'should pass'
  inputs:
    in: 1000
  expect:
    out:
      equals: 1000
