Sha256: 65cc6d467801dbb54fb732598d0f460639c3fa35a74ded155fe377835c4ae175

Contents?: true

Size: 696 Bytes

Versions: 4

Compression:

Stored size: 696 Bytes

Contents

# coding: utf-8
require 'rubygems'
require 'bundler/setup'

require 'active_support'
require 'action_pack'
require 'action_view'
require 'action_controller'
require 'active_support/core_ext'


require File.expand_path(File.join(File.dirname(__FILE__), '../lib/lazy_high_charts'))
require File.expand_path(File.join(File.dirname(__FILE__), '../lib/lazy_high_charts/layout_helper'))
require File.expand_path(File.join(File.dirname(__FILE__), '../lib/lazy_high_charts/options_key_filter'))

require 'webrat'
require 'rspec'

RSpec.configure do |config|
  config.include ActionView::Helpers
  config.include Webrat::Matchers
end

module HighChartsHelper
  include ActionView::Helpers::TagHelper
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lazy_high_charts-1.6.1 spec/spec_helper.rb
lazy_high_charts-1.5.8 spec/spec_helper.rb
lazy_high_charts-1.5.6 spec/spec_helper.rb
lazy_high_charts-1.5.5 spec/spec_helper.rb