My apologies!  Yes, the describe is there.  Here's the whole file, with 
some other commented code (tests, before block) removed:

require 'spec_helper'

describe 'VideosController' do

  describe 'new' do

    it "should respond with success" do
      puts 'hi'
#      get :new
#      response.should be_success
    end

  end

end


Really without understanding of what is going on under the hood.. :-/

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to