diff options
| author | Conrad Irwin <conrad.irwin@gmail.com> | 2012-07-02 00:31:32 -0700 |
|---|---|---|
| committer | Conrad Irwin <conrad.irwin@gmail.com> | 2012-07-02 00:33:45 -0700 |
| commit | 0dbc9344dfa5e94d52ebb3d79d3d43b35434a74e (patch) | |
| tree | b8e12136c55e71dc44ac5a3f5a1fc422934fd8d9 /Rakefile | |
| parent | d2b25cdbbed2f8539fe5f11e5dcf180fc1f3fce8 (diff) | |
| download | method_source-0dbc9344dfa5e94d52ebb3d79d3d43b35434a74e.tar.gz | |
Allow embedded documents in incomplete expressions [Fixes pry#622]
Also import complete_expression? tests from Pry.
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ def apply_spec_defaults(s) end task :test do - sh "bacon -q #{direc}/test/test.rb" + sh "bacon -q #{direc}/test/test.rb #{direc}/test/test_code_helpers.rb" end desc "reinstall gem" |
