Posts Tagged “Rails 3.0”
uninitialized constant Rack::Test (NameError)
by sylv3rblade on April 4, 2011
Cucumber-rails 0.4.0 was released for Rails 3.x. If you try to use it with anything below that (Rails 2.3.x), you’ll encounter the error: Is the rack-test driver missing? Nope. Well you still need that installed but the root cause of (…)