This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Gemfile.lock b/Gemfile.lock | |
index c6a353c..bb8b371 100644 | |
--- a/Gemfile.lock | |
+++ b/Gemfile.lock | |
@@ -191,7 +191,6 @@ GEM | |
i18n (~> 0.5) | |
faraday (0.9.1) | |
multipart-post (>= 1.2, < 3) | |
- ffi (1.9.6) | |
fission (0.5.0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# So, ideally I would replace boilerplate like: | |
$scope = $ctrl = null | |
beforeEach inject ($injector) -> | |
$scope = $injector.get("$rootScope") | |
$ctrl = $injector.get("$controller") | |
# ... with something like: |
NewerOlder