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

Commit

Permalink
1.8 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
sirupsen committed May 26, 2011
1 parent f0d04e9 commit aec1d24
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions lib/fogbugz.rb
@@ -1,6 +1,6 @@
require_relative 'ruby_fogbugz/adapters/http/typhoeus'
require_relative 'ruby_fogbugz/adapters/xml/cracker'
require_relative 'ruby_fogbugz/interface'
require 'ruby_fogbugz/adapters/http/typhoeus'
require 'ruby_fogbugz/adapters/xml/cracker'
require 'ruby_fogbugz/interface'

module Fogbugz
class << self
Expand Down
2 changes: 1 addition & 1 deletion test/adapters/http/typhoeus_test.rb
@@ -1,4 +1,4 @@
require_relative '../../test_helper.rb'
require 'test_helper'
require 'ruby_fogbugz/adapters/http/typhoeus'

class Typhoeuser < FogTest
Expand Down
2 changes: 1 addition & 1 deletion test/adapters/xml/crack_test.rb
@@ -1,4 +1,4 @@
require_relative '../../test_helper.rb'
require 'test_helper'
require 'ruby_fogbugz/adapters/xml/cracker'

class Cracker < FogTest
Expand Down
2 changes: 1 addition & 1 deletion test/interface_test.rb
@@ -1,4 +1,4 @@
require_relative './test_helper.rb'
require 'test_helper.rb'

class FogTest
CREDENTIALS = {
Expand Down

0 comments on commit aec1d24

Please sign in to comment.