blackwinter / rb-gsl

Ruby interface to the GNU Scientific Library [Ruby 2.x and GSL 1.16 compatible fork of the gsl gem]
https://blackwinter.github.io/rb-gsl
Other
27 stars 7 forks source link

tests should load 'test_helper.rb' instead of require 'test_helper' #1

Closed AGS-Knight closed 10 years ago

AGS-Knight commented 10 years ago

/tests/gsl_test.rb and all individual tests in /tests/gsl/ work if the first line in each test file is replaced with

load 'test_helper.rb'

instead of

require test_helper

blackwinter commented 10 years ago

sorry, i don't follow. can you describe what you were trying to do and what the outcome was? the tests are running perfectly fine for me.