From f334010e2deefe71e4207e302485ee03aaaa1a0f Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Thu, 13 Aug 2009 09:33:09 +0200 Subject: Initial commit to opentox-ruby-api-wrapper. --- test/opentox-ruby-api-wrapper_test.rb | 7 +++++++ test/test_helper.rb | 10 ++++++++++ 2 files changed, 17 insertions(+) create mode 100644 test/opentox-ruby-api-wrapper_test.rb create mode 100644 test/test_helper.rb (limited to 'test') diff --git a/test/opentox-ruby-api-wrapper_test.rb b/test/opentox-ruby-api-wrapper_test.rb new file mode 100644 index 0000000..6f7f82e --- /dev/null +++ b/test/opentox-ruby-api-wrapper_test.rb @@ -0,0 +1,7 @@ +require 'test_helper' + +class OpentoxRubyApiWrapperTest < Test::Unit::TestCase + should "probably rename this file and start testing for real" do + flunk "hey buddy, you should probably rename this file and start testing for real" + end +end diff --git a/test/test_helper.rb b/test/test_helper.rb new file mode 100644 index 0000000..837ad16 --- /dev/null +++ b/test/test_helper.rb @@ -0,0 +1,10 @@ +require 'rubygems' +require 'test/unit' +require 'shoulda' + +$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) +$LOAD_PATH.unshift(File.dirname(__FILE__)) +require 'opentox-ruby-api-wrapper' + +class Test::Unit::TestCase +end -- cgit v1.2.3