Skip to content

Commit ba6869a

Browse files
author
monkstone
committed
fix helper_methods test
1 parent d424ead commit ba6869a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ task :test do
3232
sh 'jruby test/vecmath_spec_test.rb'
3333
sh 'jruby test/deglut_spec_test.rb'
3434
sh 'jruby test/math_tool_test.rb'
35-
sh 'jruby test/helper_methods_test.rb'
3635
home = File.expand_path('~')
3736
config = File.exist?(format('%s/.rp5rc', home))
3837
if config
38+
sh 'jruby test/helper_methods_test.rb'
3939
ruby 'test/rp5_run_test.rb'
4040
else
4141
warn format('You should create %s/.rp5rc to run sketch tests', home)

test/helper_methods_test.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
require 'minitest/pride'
55

66
require_relative '../lib/ruby-processing/helper_methods'
7-
require_relative '../lib/core'
87

98
include Processing::HelperMethods
109

0 commit comments

Comments
 (0)