mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-06-27 17:29:55 +08:00
Moved to src, deploy working
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ module.exports = function (config) {
|
||||
// // prependPrefix: "web/path/to/templates/",
|
||||
//
|
||||
// // the name of the Angular module to create
|
||||
// moduleName: "scienceAlchemy.templates"
|
||||
// moduleName: "cardsForScience.templates"
|
||||
// },
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
/* jasmine specs for controllers go here */
|
||||
describe('scienceAlchemy controllers', function () {
|
||||
describe('cardsForScience controllers', function () {
|
||||
var $controller;
|
||||
|
||||
beforeEach(function () {
|
||||
@@ -19,7 +19,7 @@ describe('scienceAlchemy controllers', function () {
|
||||
}
|
||||
});
|
||||
});
|
||||
beforeEach(module('scienceAlchemy'));
|
||||
beforeEach(module('cardsForScience'));
|
||||
beforeEach(inject(function (_$controller_) {
|
||||
// The injector unwraps the underscores (_) from around the parameter names when matching
|
||||
$controller = _$controller_;
|
||||
|
||||
@@ -7,7 +7,7 @@ describe('directives', function () {
|
||||
$rootScope;
|
||||
|
||||
// Load the myApp module, which contains the directive
|
||||
beforeEach(module('scienceAlchemy'));
|
||||
beforeEach(module('CardsForScience'));
|
||||
// beforeEach(module('Rules'));
|
||||
|
||||
// Store references to $rootScope and $compile
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
describe('filter', function () {
|
||||
|
||||
beforeEach(
|
||||
module('scienceAlchemy')
|
||||
module('cardsForScience')
|
||||
);
|
||||
|
||||
describe('niceNumber', function () {
|
||||
|
||||
@@ -120,7 +120,7 @@ describe('Rules compilation', function () {
|
||||
$rootScope;
|
||||
|
||||
beforeEach(
|
||||
module('scienceAlchemy')
|
||||
module('cardsForScience')
|
||||
);
|
||||
|
||||
// Store references to $rootScope and $compile
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
describe('services', function () {
|
||||
|
||||
//load modules
|
||||
beforeEach(module('scienceAlchemy'));
|
||||
beforeEach(module('cardsForScience'));
|
||||
|
||||
|
||||
// Test service availability
|
||||
|
||||
Reference in New Issue
Block a user