Failure/Error: expect(result).to be_a(Validation::Valid)
expected #<Validation::Invalid value=#<Bundle id: nil, created_at: nil, updated_at: nil, action: nil, type: "B...on::Finder::NotFoundError: No feature_definition (site_linux) found for contract (hodor_contract)>]> to be a kind of Validation::Valid
この…
が見れずにデバッグに苦労すること、よくありますよね。
以下のような設定を追加することで、…
に切り替わる文字長を調整できるため、…が表示されなくなります。
RSpec.configure do |config|
config.expect_with :rspec do |c|
c.max_formatted_output_length = 1000000
end
end