-
Notifications
You must be signed in to change notification settings - Fork 7
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
Added MessageBoard and message_board_spec #11
base: master
Are you sure you want to change the base?
Conversation
If I run these specs, it fails:
Do they fail for you? |
I added a message board spec for the changed code. I don't know why it require 'rspec' let(:message_board) { MessageBoard.new }
it "should confirm to the conductor that it slowed down" do On Mon, Mar 3, 2014 at 9:02 AM, Jesse Wolgamott [email protected]:
|
so, the specs are still failing for me. Are they passing for you? |
rspec message_board_spec.rb .. Top 2 slowest examples (0.00072 seconds, 100.0% of total time): MessageBoard should tell the engineer to slow down
MessageBoard should confirm to the conductor that it slowed down
Finished in 0.00123 seconds 2 examples, 0 failures Randomized with seed 6127 On Tue, Mar 4, 2014 at 11:32 AM, Jesse Wolgamott
|
Hmm, but there are more spec files than the message_board_spec, right? On Tue, Mar 4, 2014 at 2:38 PM, Adam Lowe [email protected]
|
That's the spec I wrote for the assignment. On Tue, Mar 4, 2014 at 11:42 AM, Jesse Wolgamott
|
Hey Adam -- You should be running tl;dr: You have a failing spec, and should not. On Tue, Mar 4, 2014 at 2:44 PM, Adam Lowe [email protected] wrote:
Jesse Wolgamott @ Comal Productions http://comalproductions.com |
No description provided.