7 lines
115 B
Ruby
7 lines
115 B
Ruby
|
require File.join( File.dirname(__FILE__), "..", "spec_helper" )
|
||
|
|
||
|
describe Author do
|
||
|
|
||
|
it "should have specs"
|
||
|
|
||
|
end
|