Class: AutoDeployTest
- Inherits:
-
Object
- Object
- AutoDeployTest
- Defined in:
- lib/auto-deploy-test.rb,
lib/auto_deploy_test/version.rb
Overview
Nothing to see here.
Constant Summary collapse
- VERSION =
gem version
'0.1.5'
Instance Method Summary collapse
-
#testable_method ⇒ Boolean
Returns
true.
Instance Method Details
#testable_method ⇒ Boolean
Returns true.
7 8 9 |
# File 'lib/auto-deploy-test.rb', line 7 def testable_method true end |