Sha256: 5aaef846d9489d83387123770750bc3a4cad7fe260b679778da529f778cdda16
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-4.0.0.pre1 | spec/shoes/shared_examples/dsl_app_context.rb |