import org.junit.Test;
public class UserCommandTest extends SpecTest {
@Before
public void initTestObjects() throws Exception {
given(brjs).hasCommandPlugins(new CreateBladeCommand(), new ExplodingCommand())
.and(brjs).hasBeenCreated()
.and(brjs).containsFileWithContents("sdk/version.txt", "{'Version': 'the-version', 'BuildDate': 'the-build-date'}");
}