-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Comments
Congrats, btw, on getting this up and running! |
@JonRowe are you ready for this to go live? Did we ever work out the details of the alumni ordering and history? |
Yes I think we should iteratively update it now. |
@JonRowe, @myronmarston , @dchelimsky , @samphippen , @xaviershay , @yujinakayama , @cupakromer # 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
|
@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. |
Done :). |
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.
The text was updated successfully, but these errors were encountered: