Skip to content

Commit

Permalink
Remove unneeded aruba patches.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Aug 22, 2011
1 parent 659ab15 commit b552b07
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 48 deletions.
36 changes: 0 additions & 36 deletions features/support/aruba_workaround/aruba_patches.rb

This file was deleted.

4 changes: 0 additions & 4 deletions features/support/aruba_workaround/background_process.rb

This file was deleted.

9 changes: 1 addition & 8 deletions features/support/env.rb
Expand Up @@ -2,14 +2,7 @@
require 'bundler'
Bundler.setup

# Current version of aruba won't run on JRuby or Rubinius due to
# dependency on background_process. We have a work around to fix this.
NEEDS_ARUBA_FIX = defined?(RUBY_ENGINE) && %w[ jruby rbx ].include?(RUBY_ENGINE)

$LOAD_PATH.unshift File.dirname(__FILE__) + '/aruba_workaround' if NEEDS_ARUBA_FIX

require 'aruba'
require 'aruba_patches' if NEEDS_ARUBA_FIX
require 'aruba/cucumber'

Before do
this_dir = File.dirname(__FILE__)
Expand Down

0 comments on commit b552b07

Please sign in to comment.