I have a script called query.rb inside my lib folder in Rails 3. I am
writing a spec test for it. Though I'm no sure how to reference the
Query class from my tests. Whenever I use Query, RSpec complain that
it's not able to find it.

This is how I wrote it:

    before(:each) do
      query  = Query.new
    end

How can I make sure that Query is accessible by the spec?
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to