Commit
3468a54acfb98876f882530a1a535444b15405c6
All JS specs using the spec_helper
|
1
| -#= require jquery |
| |
|
2
| #= require spec_helper |
1
| #= require spec_helper |
|
3
| -#= require modules |
| |
|
4
| #= require module/graphic |
2
| #= require module/graphic |
|
5
| -#= require sinon |
| |
|
6
| |
3
| |
|
7
| describe "Module.Graphic", -> |
4
| describe "Module.Graphic", -> |
|
8
| describe "constructor", -> |
5
| describe "constructor", -> |
|
1
| -#= require jquery |
| |
|
2
| -#= require repository |
1
| +#= require spec_helper |
|
3
| #= require repository/branch |
2
| #= require repository/branch |
|
4
| -#= require sinon |
| |
|
5
| |
3
| |
|
6
| describe "Repository.Branch", -> |
4
| describe "Repository.Branch", -> |
|
7
| beforeEach -> |
5
| beforeEach -> |
|
| @@ -0,0 +1,5 @@ |
| @@ -0,0 +1,5 @@ |
|
| |
1
| +#= require jquery |
|
| |
2
| +#= require sinon |
|
| |
3
| + |
|
| |
4
| +#= require modules |
|
| |
5
| +#= require repository |
|
0
| \ No newline at end of file |
6
| \ No newline at end of file |