Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
Spec test
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Scott authored and Brian Scott committed May 18, 2013
1 parent 5940e4f commit 9a5fc66
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions spec/chef-rundeck_spec.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
require 'spec_helper'

describe 'ChefRundeck' do

ChefRundeck.config_file = "#{ENV['TRAVIS_BUILD_DIR']}/spec/support/client.rb"
it 'should return false' do
ChefRundeck.new
ChefRundeck.config_file = "#{ENV['TRAVIS_BUILD_DIR']}/spec/support/client.rb"

get '/'
last_response.should be_ok
end
Expand Down

0 comments on commit 9a5fc66

Please sign in to comment.