Displaying 1 result from an estimated 1 matches for "yjn_bjy".
2008 Dec 17
1
My first rspec reports "undefined method `key?' for #<String:0x46b1df0>"
...e
-----------------------------------------------------------------------------------------------------------------------------------------
>
require File.expand_path(File.dirname(__FILE__) + ''/../spec_helper'')
describe Doc do
fixtures :docs
before(:each) do
@doc=docs(:yjn_bjy)
end
it "should create a new instance given valid attributes" do
true
end
end
<-----------------------------------------------------------------------------------------------------------------------------------------
after run "spec -fs spec\models\doc_spec.rb" at...