diff --git a/lib/jasmine-core/boot.js b/lib/jasmine-core/boot.js index 4b3a6b1b..a833080a 100644 --- a/lib/jasmine-core/boot.js +++ b/lib/jasmine-core/boot.js @@ -87,10 +87,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. return env.pending(); }, - addMatchers: function(matchers) { - return env.addMatchers(matchers); - }, - spyOn: function(obj, methodName) { return env.spyOn(obj, methodName); }, diff --git a/lib/jasmine-core/boot/boot.js b/lib/jasmine-core/boot/boot.js index ec892c11..9fe80d9a 100644 --- a/lib/jasmine-core/boot/boot.js +++ b/lib/jasmine-core/boot/boot.js @@ -65,10 +65,6 @@ return env.pending(); }, - addMatchers: function(matchers) { - return env.addMatchers(matchers); - }, - spyOn: function(obj, methodName) { return env.spyOn(obj, methodName); },