Sha256: 6bd5329ce9456055366c4210d241f2fa424010ad22523d8fffced1bba2f9ff50

Contents?: true

Size: 292 Bytes

Versions: 8

Compression:

Stored size: 292 Bytes

Contents

begin
  require File.dirname(__FILE__) + '/../../../../spec/spec_helper'
rescue LoadError
  puts "You need to install rspec in your base app"
  exit
end

plugin_spec_dir = File.dirname(__FILE__)
require File.join(File.dirname(__FILE__), '..', 'lib', 'app', 'helpers', 'truncate_html_helper')

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
hgimenez-truncate_html-0.1.0 spec/spec_helper.rb
hgimenez-truncate_html-0.1.1 spec/spec_helper.rb
truncate_html-0.2.2 spec/spec_helper.rb
ghazel-truncate_html-0.2.1.1 spec/spec_helper.rb
truncate_html-0.2.1 spec/spec_helper.rb
truncate_html-0.2.0 spec/spec_helper.rb
truncate_html-0.1.2 spec/spec_helper.rb
truncate_html-0.1.1 spec/spec_helper.rb