Skip to content

Commit

Permalink
made examples use systir in main lib dir
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.atomicobject.com/svn/systir/trunk@74 5e93408f-b7ed-0310-b26a-d648f8c3d419
  • Loading branch information
alles committed Jun 14, 2006
1 parent 5807069 commit dc441eb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 264 deletions.
2 changes: 1 addition & 1 deletion example/basic/run_test.rb
Expand Up @@ -2,7 +2,7 @@

# Manually configure the Ruby library load path to ensure example robustness
this_dir = File.dirname(__FILE__)
$LOAD_PATH << "#{this_dir}/../../src"
$LOAD_PATH << "#{this_dir}/../../lib"
$LOAD_PATH << "#{this_dir}"

require 'systir'
Expand Down
2 changes: 1 addition & 1 deletion example/mondo_pizza/systest/all_tests.rb
@@ -1,5 +1,5 @@
#!/usr/bin/ruby
$LOAD_PATH << File.dirname(__FILE__) + "/lib"
$LOAD_PATH << File.dirname(__FILE__) + "/../../../lib"
require 'systir'
require 'pizza_driver'

Expand Down
261 changes: 0 additions & 261 deletions example/mondo_pizza/systest/lib/systir.rb

This file was deleted.

2 changes: 1 addition & 1 deletion example/mondo_pizza/systest/run_test.rb
Expand Up @@ -3,7 +3,7 @@
require 'fileutils'

# Manually configure the Ruby library load path to ensure example robustness
$LOAD_PATH << File.dirname(__FILE__) + "/lib"
$LOAD_PATH << File.dirname(__FILE__) + "/../../../lib"

require 'systir'
require 'pizza_driver'
Expand Down

0 comments on commit dc441eb

Please sign in to comment.