Sha256: 7a783d5308c7775dc750a54eac97adb9171edaa51c03981546eb57d410abd0b6

Contents?: true

Size: 226 Bytes

Versions: 4

Compression:

Stored size: 226 Bytes

Contents

gem 'rspec', '~> 2.4'
require 'rspec'

require 'ffi/hunspell'

include FFI

RSpec.configure do |specs|
  specs.before(:suite) do
    if ENV['HUNSPELL_ROOT']
      Hunspell.directories << ENV['HUNSPELL_ROOT']
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ffi-hunspell-0.3.0 spec/spec_helper.rb
ffi-hunspell-0.2.6 spec/spec_helper.rb
ffi-hunspell-0.2.5 spec/spec_helper.rb
ffi-hunspell-0.2.4 spec/spec_helper.rb