Skip to content

Commit

Permalink
Update whois.cmc.iq
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Oct 17, 2012
1 parent 19b931b commit bac50ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@

#updated_on
should: %s CLASS(time)
should: %s == Time.parse("2012-05-24")
should: %s == Time.parse("2012-10-17")

#expires_on
should: %s CLASS(time)
should: %s == Time.parse("2012-10-03")
should: %s == Time.parse("2013-10-03")


#registrar
Expand Down
4 changes: 2 additions & 2 deletions spec/fixtures/responses/whois.cmc.iq/status_registered.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Domain Information
Query: google.iq
Status: Delegated
Created: 04 Oct 2010
Modified: 24 May 2012
Expires: 03 Oct 2012
Modified: 17 Oct 2012
Expires: 03 Oct 2013

Registrar Information
Registrar Name: CMC Registrar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
describe "#updated_on" do
it do
subject.updated_on.should be_a(Time)
subject.updated_on.should == Time.parse("2012-05-24")
subject.updated_on.should == Time.parse("2012-10-17")
end
end
describe "#expires_on" do
it do
subject.expires_on.should be_a(Time)
subject.expires_on.should == Time.parse("2012-10-03")
subject.expires_on.should == Time.parse("2013-10-03")
end
end
describe "#registrar" do
Expand Down

0 comments on commit bac50ee

Please sign in to comment.