Skip to content

Commit

Permalink
Fixing Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
brucek committed Dec 17, 2015
1 parent 82d63ba commit 54eb2fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/e2e/query_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ class Substitute < TeacherFoo
end

describe '.find_or_create' do

it 'works like .merge with just matching attributes' do
Teacher.find_or_create(name: 'Dr. Harold Samuels')
expect(Teacher.count).to eq(1)
Expand Down

0 comments on commit 54eb2fb

Please sign in to comment.