YaleSTC/shifts

View on GitHub
spec_old/models/payform_item_set_spec.rb

Summary

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

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