Skip to content

Commit

Permalink
Slight refactoring for Ruby 1.9/RSpec + Travis ...
Browse files Browse the repository at this point in the history
  • Loading branch information
leftathome committed May 1, 2013
1 parent f64bdfc commit 89b1e22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'chef-rundeck'
require 'spec'
require 'spec/autorun'
require 'rspec'
require 'rspec/autorun'

Spec::Runner.configure do |config|
RSpec.configure do |config|

end

0 comments on commit 89b1e22

Please sign in to comment.