lib/whatup.rb in whatup-0.3.0 vs lib/whatup.rb in whatup-0.3.1
- old
+ new
@@ -6,14 +6,9 @@
module Whatup
# Whatup-specific error class
class Error < StandardError
end
- # @return [String] The full path to application root
- def self.root
- Dir.pwd
- end
-
# @return [Bool] Whether or not the app is running in a test environment
def self.testing?
!!defined?(RSpec)
end
end