Closed AGS-Knight closed 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
/tests/gsl_test.rb
/tests/gsl/
load 'test_helper.rb'
instead of
require test_helper
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.
/tests/gsl_test.rb
and all individual tests in/tests/gsl/
work if the first line in each test file is replaced withload 'test_helper.rb'
instead of
require test_helper