We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d424ead commit ba6869aCopy full SHA for ba6869a
Rakefile
@@ -32,10 +32,10 @@ task :test do
32
sh 'jruby test/vecmath_spec_test.rb'
33
sh 'jruby test/deglut_spec_test.rb'
34
sh 'jruby test/math_tool_test.rb'
35
- sh 'jruby test/helper_methods_test.rb'
36
home = File.expand_path('~')
37
config = File.exist?(format('%s/.rp5rc', home))
38
if config
+ sh 'jruby test/helper_methods_test.rb'
39
ruby 'test/rp5_run_test.rb'
40
else
41
warn format('You should create %s/.rp5rc to run sketch tests', home)
test/helper_methods_test.rb
@@ -4,7 +4,6 @@
4
require 'minitest/pride'
5
6
require_relative '../lib/ruby-processing/helper_methods'
7
-require_relative '../lib/core'
8
9
include Processing::HelperMethods
10
0 commit comments