YaleSTC/shifts

View on GitHub
spec_old/models/calendar_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'rails_helper'

RSpec.describe Calendar, type: :model do
  it "should be valid" do
    Calendar.new.should be_valid
  end
end