Sha256: 6d27947c62a18e33498fe92657489f8185b0ed7bb771cd9a6d170175eab237c3

Contents?: true

Size: 203 Bytes

Versions: 8

Compression:

Stored size: 203 Bytes

Contents

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

8 entries across 8 versions & 3 rubygems

Version Path
ffi-hunspell-0.6.1 spec/spec_helper.rb
ffi-hunspell-0.6.0 spec/spec_helper.rb
ffi-hunspell-0.5.0 spec/spec_helper.rb
tolq-ffi-hunspell-0.5.0 spec/spec_helper.rb
ffi-hunspell-wtchappell-0.4.0 spec/spec_helper.rb
ffi-hunspell-0.4.0 spec/spec_helper.rb
ffi-hunspell-0.3.1 spec/spec_helper.rb
ffi-hunspell-0.2.0 spec/spec_helper.rb