Sha256: 858986e4f0273243f0c82ba14bee43415e70ac1380e430a202ba22d9d9c9449a

Contents?: true

Size: 155 Bytes

Versions: 8

Compression:

Stored size: 155 Bytes

Contents

# frozen_string_literal: true

RSpec.shared_context 'prepare test app' do
  before do
    load File.expand_path('./prepare_testapp.rb', __dir__)
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
declare_schema-2.3.1 spec/support/test_app_spec_helpers.rb
declare_schema-2.3.0 spec/support/test_app_spec_helpers.rb
declare_schema-2.3.0.pre.is.0 spec/support/test_app_spec_helpers.rb
declare_schema-2.2.1 spec/support/test_app_spec_helpers.rb
declare_schema-2.2.0.colin.1 spec/support/test_app_spec_helpers.rb
declare_schema-2.2.0 spec/support/test_app_spec_helpers.rb
declare_schema-2.1.0 spec/support/test_app_spec_helpers.rb
declare_schema-2.1.0.pre.1 spec/support/test_app_spec_helpers.rb