Commit 4d306322 authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Use single-quotes instead double on tests

parent 824d01b7
require 'spec_helper'
describe RelatedIssue do
describe "Associations" do
describe 'Associations' do
it { is_expected.to belong_to(:issue) }
it { is_expected.to belong_to(:related_issue).class_name('Issue') }
end
describe "Validation" do
describe 'Validation' do
subject { create :related_issue }
it { is_expected.to validate_presence_of(:issue) }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment