Displaying 3 results from an estimated 3 matches for "examplegroupfactori".
Did you mean:
examplegroupfactory
2008 Jun 07
2
Rails integration tests without stories
I''m looking to drive the development of a rails app that does nothing
but serve a JSON API. All of the models are well tested elsewhere, so
I needn''t worry about that. My only immediate goal is to be able to
fire off requests to a path and check the returned JSON.
I''ve tried a number of methods for this today, without being
particularly enthused about any of them.
I
2010 Sep 22
0
rspec-rails 1.3.2 tests get loaded, but not executed
Hello,
Can anyone please help me with the following issue
I am running rspec-rails 1.3.2 with rails 2.3.9 on ruby 1.8.7
Unfortunately my tests don''t execute at all after i updated these gems
although i followed the update insturctions. After some debugging i
found that the describes and examples get created, but they never get
registered with ExampleGroupFactory.add_example_group and
2009 Feb 01
8
undefined method `inherit'' for Merb::Test::ExampleGroup
RSpeckers:
I''m trying to install this into a Merb-generated RSpec rig:
http://code.jeremyevans.net/doc/fixture_dependencies/
It requires inserting their test case into RSpec. This is the documented way to
do it:
describe ''Post'' do
inherit FixtureDependencies::SequelTestCase
And that leads to the syntax error in the subject line. (No stack trace is
available