Skip to content

Please point DNS for rspec.info to rspec.github.io #18

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

Closed
dchelimsky opened this issue Oct 9, 2014 · 6 comments
Closed

Please point DNS for rspec.info to rspec.github.io #18

dchelimsky opened this issue Oct 9, 2014 · 6 comments

Comments

@dchelimsky
Copy link
Contributor

Now that rspec.github.io exists, I'd like to shut down the server that is currently serving rspec.info.

I think @myronmarston manages DNS.

@dchelimsky
Copy link
Contributor Author

Congrats, btw, on getting this up and running!

@myronmarston
Copy link
Member

@JonRowe are you ready for this to go live? Did we ever work out the details of the alumni ordering and history?

@JonRowe
Copy link
Member

JonRowe commented Oct 9, 2014

@JonRowe are you ready for this to go live?

Yes I think we should iteratively update it now.

@rusikf
Copy link

rusikf commented Dec 9, 2014

@JonRowe, @myronmarston , @dchelimsky , @samphippen , @xaviershay , @yujinakayama , @cupakromer
Rspec.info looks old, and have deprecated syntax in this rspec.info example:

# bowling_spec.rb
require 'bowling'

describe Bowling, "#score" do
  it "returns 0 for all gutter game" do
    bowling = Bowling.new
    20.times { bowling.hit(0) }
    bowling.score.should eq(0)
  end
end
Deprecation Warnings:

Using `should` from rspec-expectations' old `:should` syntax without explicitly enabling the syntax is deprecated. Use the new `:expect` syntax or explicitly enable `:should` instead.

@myronmarston
Copy link
Member

@rusikf -- yep. The new RSpec site will be live soon. We plan to launch it with the release of RSpec 3.2, hopefully by the end of the year.

@myronmarston
Copy link
Member

Done :).

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

4 participants