Skip to content

Commit

Permalink
Removed puppet/rails require
Browse files Browse the repository at this point in the history
Fixed require in spec file
  • Loading branch information
jamtur01 committed Jan 26, 2011
1 parent 102af9e commit 2ccf871
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion lib/puppet-rundeck.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

require 'sinatra/base'
require 'puppet'
require 'puppet/rails'
require 'builder/xchar'

class PuppetRundeck < Sinatra::Base
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'rubygems'
require 'puppet-rundeck'
require 'spec'
require 'spec/autorun'
Expand Down

0 comments on commit 2ccf871

Please sign in to comment.