Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failing specs #233

Closed
artur-intech opened this issue Oct 31, 2016 · 1 comment
Closed

Fix failing specs #233

artur-intech opened this issue Oct 31, 2016 · 1 comment

Comments

@artur-intech
Copy link
Contributor

artur-intech commented Oct 31, 2016

 10) Domain with valid attributes should validate uniqueness of tech contacts
      Failure/Error: @domain = Fabricate(:domain)
      NoMethodError:
        undefined method `json=' for #<Whois::Record:0x007f000fc5d8a0>
      # ./app/models/whois_record.rb:115:in `update_whois_server'
      # ./app/jobs/update_whois_record_job.rb:25:in `update_domain'
      # ./app/jobs/update_whois_record_job.rb:15:in `block in run'
      # ./app/jobs/update_whois_record_job.rb:12:in `each'
      # ./app/jobs/update_whois_record_job.rb:12:in `run'
      # ./app/models/domain.rb:716:in `update_whois_record'
      # ./spec/models/domain_spec.rb:78:in `block (3 levels) in <top (required)>'
      # -e:1:in `<main>'

@artur-intech artur-intech changed the title Fix random failing specs Fix failing specs Oct 31, 2016
@artur-intech
Copy link
Contributor Author

I have fixed this by re-creating db structure, therefore no fix is needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants