Created
May 20, 2012 10:03
-
-
Save martisj/2757541 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'spec_helper' | |
# describe "Tasks" do | |
# describe "GET /tasks" do | |
# it "display some tasks" do | |
# @task = Task.create :task => 'go to bed' | |
# visit tasks_path | |
# page.should have_content 'go to bed' | |
# end | |
# end | |
# end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment