Module: Mystro::Plugin::Volley

Includes:
Base
Defined in:
lib/mystro-volley/plugin.rb

Class Method Summary collapse

Class Method Details

.configureObject



25
26
27
28
29
# File 'lib/mystro-volley/plugin.rb', line 25

def configure
  @config ||= config_for self
  ::Volley::Dsl::VolleyFile.load("config/volley/volleyfile", primary: true)
  @pub ||= ::Volley::Dsl.publisher
end

.testObject



31
32
33
34
# File 'lib/mystro-volley/plugin.rb', line 31

def test
  configure
  @pub.projects
end