Sha256: 15b60a668c673f9224edafed575476fd635dcec545cf69c4331e3a98f04a0ef6

Contents?: true

Size: 217 Bytes

Versions: 3

Compression:

Stored size: 217 Bytes

Contents

require 'ruby_app/application'

shared_context 'RubyApp::Elements' do

  before(:all) do
    RubyApp::Application.create
  end

  let(:environment) { {} }

  after(:all) do
    RubyApp::Application.destroy
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
RubyApp-0.0.8 spec/support/shared.rb
RubyApp-0.0.7 spec/support/shared.rb
RubyApp-0.0.6 spec/support/shared.rb