YaleSTC/shifts

View on GitHub
spec_old/models/user_profile_entry_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage
require File.dirname(__FILE__) + '/../spec_helper'

describe UserProfileEntry do
  it "should be valid" do
    UserProfileEntry.new.should be_valid
  end
end