10 lines
No EOL
125 B
Ruby
10 lines
No EOL
125 B
Ruby
require 'spec_helper'
|
|
|
|
describe PollAnswer do
|
|
before :do
|
|
describe 'validation' do
|
|
it 'should ...' do
|
|
|
|
end
|
|
end
|
|
end |