YaleSTC/shifts

View on GitHub
spec_old/models/report_item_spec.rb

Summary

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

describe ReportItem do
  
  it "should belong to a report" do
  end
  
  it "should contain content" do
  end
  
end