Example #1
0
  it( 'should checkout the `master` branch', () => {
    util.git.checkoutMaster();

    expect( execStub ).toBeCalledWith( 'git checkout master' );
  } );