Skip to content

Commit cbdf275

Browse files
committed
Merge pull request #21 from lfu/master
cherry pick Lucy's 5.1.0.x changes
2 parents 3802602 + 347dcbe commit cbdf275

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/unit/some_new_model_test.rb

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
require 'test_helper'
22

33
class SomeNewModelTest < ActiveSupport::TestCase
4+
test "make sure it does what it says" do
5+
assert true
6+
end
7+
48
# test "the truth" do
59
# assert true
610
# end

0 commit comments

Comments
 (0)