summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorConrad Irwin <conrad.irwin@gmail.com>2012-07-02 00:31:32 -0700
committerConrad Irwin <conrad.irwin@gmail.com>2012-07-02 00:33:45 -0700
commit0dbc9344dfa5e94d52ebb3d79d3d43b35434a74e (patch)
treeb8e12136c55e71dc44ac5a3f5a1fc422934fd8d9 /Rakefile
parentd2b25cdbbed2f8539fe5f11e5dcf180fc1f3fce8 (diff)
downloadmethod_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--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 4268722..687d3e1 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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"