spec/ticketmaster-cli_spec.rb in ticketmaster-0.5.3 vs spec/ticketmaster-cli_spec.rb in ticketmaster-0.5.5

- old
+ new

@@ -1,12 +1,10 @@ $LOAD_PATH.unshift(File.dirname(__FILE__)) $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) -require 'spec' -require 'spec/autorun' +require File.expand_path(File.dirname(__FILE__) + '/spec_helper') require 'fileutils' -Spec::Runner.configure do |config| end # Tests for the cli # I'm not quite sure what the most effective way to test this is... describe "Ticketmaster CLI" do before(:all) do @ticket = File.dirname(__FILE__) + '/../bin/tm'