Skip to content

Commit

Permalink
cleanup bin/rspactor and ensure that lib/rspactor.rb doesn't start RS…
Browse files Browse the repository at this point in the history
…pactor when loaded
  • Loading branch information
mislav committed Mar 17, 2009
1 parent 80a4483 commit 9189eea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 1 addition & 5 deletions bin/rspactor
@@ -1,8 +1,4 @@
#!/usr/bin/env ruby

require File.join(File.dirname(__FILE__), '..', 'lib', 'interactor')
require File.join(File.dirname(__FILE__), '..', 'lib', 'listener')
require File.join(File.dirname(__FILE__), '..', 'lib', 'inspector')
require File.join(File.dirname(__FILE__), '..', 'lib', 'runner')
require 'rspactor'

Runner.load
2 changes: 0 additions & 2 deletions lib/rspactor.rb
Expand Up @@ -2,5 +2,3 @@
require 'listener'
require 'inspector'
require 'runner'

Runner.load

0 comments on commit 9189eea

Please sign in to comment.