Displaying 1 result from an estimated 1 matches for "usinh".
Did you mean:
using
2007 Nov 12
1
Getting ''block not supplied'' with Rspec
Hi,
I am usinh RoR w/ Oracle as my DB.
For one my example in spec I get ''block not supplied error:
Here is the sample code:
Engagements::Engagement.find(:first).project_id
I tried to google but did not find any substantial result other than
http://www.nabble.com/Rspec-+-Oracle-t3756739.html where so...