diff options
| author | Adam Abrons | 2010-03-16 14:48:11 -0700 |
|---|---|---|
| committer | Adam Abrons | 2010-03-16 14:48:11 -0700 |
| commit | c9aba8b442adce496f0600c88764f7ffcc166879 (patch) | |
| tree | 5f787dc4eec0f892ed939cdfa1c6b5d5e8033443 /test/scenario/StepsTest.js | |
| parent | 2df072e3f89e8998b06b5a9e5ffb10fa32155136 (diff) | |
| download | angular.js-c9aba8b442adce496f0600c88764f7ffcc166879.tar.bz2 | |
make xhr just a method
Diffstat (limited to 'test/scenario/StepsTest.js')
| -rw-r--r-- | test/scenario/StepsTest.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scenario/StepsTest.js b/test/scenario/StepsTest.js index 9d64d0a9..32ef637d 100644 --- a/test/scenario/StepsTest.js +++ b/test/scenario/StepsTest.js @@ -2,6 +2,6 @@ StepsTest = TestCase("StepsTest"); StepsTest.prototype.testGivenDataset=function(){ var self = {frame:{}, dataset:[]}; - angular.test.GIVEN.dataset.call(self); + angular.scenario.GIVEN.dataset.call(self); assertEquals('$DATASET:{"dataset":[]}', self.frame.name); }; |
