spec/lib/uni_spec.rb in uni-0.0.6 vs spec/lib/uni_spec.rb in uni-0.0.7

- old
+ new

@@ -69,6 +69,11 @@ end it "returns 1993 - 1 for :egreso of 19780540K" do @egreso[:egreso].should eql "1993 - 1" end end + describe '#notas' do + it 'returns hash of grades' do + true.should eql true + end + end end \ No newline at end of file