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.91 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.90 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.89 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.88 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.87 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.86 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.85 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.84 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.83 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.82 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.81 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.80 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.79 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.78 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.77 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.76 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.75 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.74 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.73 lib/ruby_app/templates/application/spec/support/shared.rb
RubyApp-0.0.72 lib/ruby_app/templates/application/spec/support/shared.rb