Skip to content

Commit edef8c3

Browse files
adding new unit test for area of major
1 parent cf6b971 commit edef8c3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tdd_testing_student/spec/student_spec.rb

+9
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@
3838
end
3939

4040
end
41+
42+
describe "major"
43+
subject {described_class.new(major:)})
44+
45+
it 'return mojor study' do
46+
47+
end
48+
49+
end
4150
end
4251

4352

0 commit comments

Comments
 (0)