mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
parent
4815a6f30b
commit
fc502bcdaf
6 changed files with 8 additions and 5 deletions
|
@ -33,7 +33,7 @@ describe('commands', function() {
|
|||
|
||||
var c = new Command({rawStr: 'foo'});
|
||||
_.each(testCases, function(tCase) {
|
||||
c.setSupportedMap(tCase.options);
|
||||
c.setOptionsMap(tCase.options);
|
||||
c.setGeneralArgs(tCase.args);
|
||||
c.mapDotToHead();
|
||||
|
||||
|
@ -45,7 +45,7 @@ describe('commands', function() {
|
|||
);
|
||||
|
||||
expect(
|
||||
j(c.getSupportedMap())
|
||||
j(c.getOptionsMap())
|
||||
).toBe(
|
||||
j(tCase.gitOptions)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue