Sha256: db5f14e251b96ad547eeb4c43a8fcec4160292d93800c2169423d8fb7fac1314

Contents?: true

Size: 253 Bytes

Versions: 8

Compression:

Stored size: 253 Bytes

Contents

# Load the rails application
require File.expand_path('../application', __FILE__)

Spud::Blog.configure do |config|
  config.news_enabled = true
  config.news_layout = 'application'
end

# Initialize the rails application
Dummy::Application.initialize!

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tb_blog-1.4.4 spec/dummy/config/environment.rb
tb_blog-1.4.3 spec/dummy/config/environment.rb
tb_blog-1.4.2 spec/dummy/config/environment.rb
tb_blog-1.3.5 spec/dummy/config/environment.rb
tb_blog-1.4.1 spec/dummy/config/environment.rb
tb_blog-1.4.0 spec/dummy/config/environment.rb
tb_blog-1.3.4 spec/dummy/config/environment.rb
tb_blog-1.4.beta1 spec/dummy/config/environment.rb