Sha256: 74457252fae05095a91fa320256c789db81b7cf4568c6e46fa69e7914721ff2d

Contents?: true

Size: 645 Bytes

Versions: 73

Compression:

Stored size: 645 Bytes

Contents

require File.join(File.dirname(__FILE__), %w[.. .. application])
require File.join(File.dirname(__FILE__), %w[.. .. session])

shared_context '_APPLICATION_UPCODE_::Application' do

  before(:all) do
    options = {:application_class => _APPLICATION_UPCODE_::Application,
               :session_class => _APPLICATION_UPCODE_::Session,
               :log_path => File.join(File.dirname(__FILE__), %w[.. .. log application.log]),
               :configuration_paths => File.join(File.dirname(__FILE__), %w[.. .. config.yml])}
    _APPLICATION_UPCODE_::Application.create(options)
  end

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

end

Version data entries

73 entries across 73 versions & 1 rubygems

Version Path
RubyApp-0.0.71 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.70 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.69 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.68 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.64 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.63 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.62 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.61 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.60 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.59 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.58 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.57 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.56 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.55 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.54 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.53 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.52 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.51 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.50 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.49 lib/ruby_app/templates/application/spec/support/shared.rb