Sha256: 528e27e61438826c844426879780edc631554b96362ea93c4ee34b9b497c4ea6

Contents?: true

Size: 277 Bytes

Versions: 1

Compression:

Stored size: 277 Bytes

Contents

shared_context "dsl app" do
  let(:input_block) { Proc.new {} }
  let(:input_opts) { Hash.new }
  let(:user_facing_app) { Shoes::App.new input_opts, &input_block }
  let(:app) { user_facing_app.instance_variable_get(:@__app__) }
  let(:parent) { Shoes::Flow.new app, app }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shoes-core-4.0.0.pre4 spec/shoes/shared_examples/dsl_app_context.rb