diff options
Diffstat (limited to 'ruby/diff.rb')
-rw-r--r-- | ruby/diff.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/diff.rb b/ruby/diff.rb index 38f96f827d..12a4baac36 100644 --- a/ruby/diff.rb +++ b/ruby/diff.rb @@ -14,7 +14,7 @@ # limitations under the License. # -require "spec" +require "qpid/spec" spec = Spec.load(File.new($*[0])) |