$mock = StaticMock::mock('FooService'); $mock ->shouldReceive('foo') ->with(1) ->once() ->andReturn('Something');
addSbtPlugin("com.github.tototoshi" % "sbt-musical" % "0.1.1")
> ♪ compile
> ♪ test
> ~ ♪ compile