AutoCommit Sam Sep 12 12:03:06 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-09-12 12:03:06 +02:00
parent cfb42584e1
commit 3d87ce6fd2
5 changed files with 36 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
require 'spec_helper'
describe Lva do
describe Lva, :type=>:model do
pending "add some examples to (or delete) #{__FILE__}"
let_studium_lva
before(:each) do
@@ -20,7 +20,7 @@ describe Lva do
end
end
it "should respond to semesters" do
expect(lva).respond_to?(:semesters).to be true
expect(lva.respond_to?(:semester)).to be true
end
pending "should not be valid without modul"
pending "should have beispiele"