0

スペックを実行しようとしましたが、次のエラーが発生しました。

No DRb server is running. Running in local process instead ...

1) FinancialAccountsQuery parcial_future_releases LIMIT_DATE_FILTER transactions 
 Failure/Error: let(:financial_account) { FactoryGirl.create(:financial_account_with_church) }
 IOError:
   Couldn't load the Unicode tables for UTF8Handler (dump format error(0x6b)), ActiveSupport::Multibyte is unusable
 # ./spec/queries/financial_accounts_query_spec.rb:4:in `block (2 levels) in <top (required)>'
 # ./spec/queries/financial_accounts_query_spec.rb:106:in `create_transaction'
 # ./spec/queries/financial_accounts_query_spec.rb:8:in `block (3 levels) in <top (required)>'

すべてのデータベースを rake で削除してから、 andでdb:drop再度作成しようとしましたが、何も解決しないようです。rake db:createrake db:migrate

じぶんのdatabase.yml

development:
    adapter: "mysql2"
    encoding: "utf8"
    database: "ibc1"
    username: "root"
    password: ""
    host: 127.0.0.1

test:
  adapter: "mysql2"
  encoding: "utf8"
  database: "gi_test"
  username: "root"
  password: ""
  host: 127.0.0.1

誰でもこれを解決する考えがありますか? ありがとう :)

4

0 に答える 0