OSDN Git Service

Edit the Spec for base.js
authordhrname <dhrnamesie@yahoo.co.jp>
Wed, 24 Dec 2014 13:45:50 +0000 (22:45 +0900)
committerdhrname <dhrnamesie@yahoo.co.jp>
Wed, 24 Dec 2014 13:45:50 +0000 (22:45 +0900)
tool/Spec/spec/BaseJSSpec.js

index 93c990f..1524ae9 100644 (file)
@@ -329,6 +329,15 @@ describe("base.js", function() {
         }).toThrow("Reset error");\r
     });\r
     it("should give the property", function() {\r
+      base("$ffp").of({\r
+        a: 10,\r
+        b: 12,\r
+        c: base("$afp"),\r
+        call: function() {\r
+          return this.a + this.b + this.c;\r
+        }\r
+      });\r
+      \r
     });\r
   });\r
   \r