diff options
| author | elijah <elijah@riseup.net> | 2014-02-13 10:45:15 -0800 |
|---|---|---|
| committer | elijah <elijah@riseup.net> | 2014-02-13 10:45:15 -0800 |
| commit | 185f234f15e90950ab545272e3eedbfda0c65098 (patch) | |
| tree | ebe071cf7ec505a3bf4236e930770b088bafa9af /test | |
| parent | 1e3ac556ea8d12dc73640a2eb354a6425391f513 (diff) | |
attempt to fix issues people have running leap_cli on different computers.
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb index 45deec9..a5eccbb 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,5 +1,6 @@ require 'rubygems' require File.expand_path('../../lib/leap_cli/load_paths', __FILE__) +require 'bundler/setup' require 'minitest/autorun' require 'leap_cli' |
