Module: Ftpspec
- Defined in:
- lib/ftpspec.rb,
lib/ftpspec/setup.rb,
lib/ftpspec/utils.rb,
lib/ftpspec/version.rb,
lib/ftpspec/commands.rb
Defined Under Namespace
Classes: Commands, Setup, Utils
Constant Summary collapse
- VERSION =
"0.0.2"- @@ftp =
nil
Class Method Summary collapse
Class Method Details
.get_ftp ⇒ Object
14 15 16 |
# File 'lib/ftpspec.rb', line 14 def self.get_ftp @@ftp end |
.set_ftp ⇒ Object
11 12 13 |
# File 'lib/ftpspec.rb', line 11 def self.set_ftp @@ftp = RSpec.configuration.ftp end |