Skip to content

Commit 7bc4c3e

Browse files
committed
Layout/BlockAlignment
1 parent 7fccc13 commit 7bc4c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/rspec/rails/active_record_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
it "allows you to stub abstract classes" do
1717
klass = Class.new(ActiveRecord::Base) do
1818
self.abstract_class = true
19-
end
19+
end
2020
allow(klass).to receive(:find).and_return("stubbed find")
2121
expect(klass.find(1)).to eq "stubbed find"
2222
end

0 commit comments

Comments
 (0)