Skip to content

Commit

Permalink
Intercept commands to eb in specs
Browse files Browse the repository at this point in the history
  • Loading branch information
fny committed May 10, 2015
1 parent 9ac71b2 commit 766474e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/support/bin/eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env ruby

require File.expand_path("../../command_interceptor", __FILE__)

CommandInterceptor.intercept("eb")

0 comments on commit 766474e

Please sign in to comment.