tactic_script_spec.rb revision 54902f4ae3e2890f79caa066c860fc5e6fc67acc
require 'spec_helper'
describe TacticScript do
context 'Associations' do
it { should belong_to(:proof_attempt) }
it { should have_many(:extra_options) }
end
end