Textmate plugin update to take Gemfile and cucumber features in account
Robby Russell authored on 10/10/2011 at 12:40:01... | ... |
@@ -1,5 +1,5 @@ |
1 | 1 |
alias et='mate .' |
2 |
-alias ett='mate app config lib db public spec test Rakefile Capfile Todo' |
|
2 |
+alias ett='mate Gemfile app config features lib db public spec test Rakefile Capfile Todo' |
|
3 | 3 |
alias etp='mate app config lib db public spec test vendor/plugins vendor/gems Rakefile Capfile Todo' |
4 | 4 |
alias etts='mate app config lib db public script spec test vendor/plugins vendor/gems Rakefile Capfile Todo' |
5 | 5 |
|