Sha256: 8e3f4b71fc57a48ea1723ad9be4a83998a536acff90b92de67d3f2a8b509fc85
Contents?: true
Size: 753 Bytes
Versions: 13
Compression:
Stored size: 753 Bytes
Contents
require 'test_helper' module Vedeu module DSL describe Use do # before do # Vedeu.interfaces.reset # Vedeu.interface('hydrogen') do # delay 0.75 # end # Vedeu.interface('helium') do # duplicate('hydrogen') # end # end describe '#duplicate' do context 'when the model exists' do # it { skip } end context 'when the model does not exist' do # it { skip } end end describe '#use' do context 'when the model exists' do # it { skip } end context 'when the model does not exist' do # it { skip } end end end # Use end # DSL end # Vedeu
Version data entries
13 entries across 13 versions & 1 rubygems