Sha256: 7db17c3149bab5e8b75045800dc3197f3da49508c8781713591f40d66a8f6925
Contents?: true
Size: 334 Bytes
Versions: 2
Compression:
Stored size: 334 Bytes
Contents
module AktionTest module Module class Base def initialize(spec, options={}) @options, @spec = options, spec @rspec = ::RSpec.configuration end def prepare end def configure end def cleanup end protected attr_reader :rspec, :options end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aktion_test-0.3.1 | lib/aktion_test/module/base.rb |
aktion_test-0.3.0 | lib/aktion_test/module/base.rb |