spec/spec_helper.rb in right_publish-0.4.2 vs spec/spec_helper.rb in right_publish-0.5.0

- old
+ new

@@ -20,10 +20,10 @@ # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. require 'rubygems' require 'bundler/setup' require 'flexmock' -require 'ruby-debug' +require 'debugger' require 'simplecov' unless RUBY_VERSION =~ /1\.8/ # This is a Jewelerized project; it won't be activated as a gem when invoked in situ. # Compensate by adding the lib dir to our path. lib_dir = File.expand_path('../../lib', __FILE__)