Skip to content

Commit 6ba23b4

Browse files
committed
Add more files so that more of the library code is exercised
1 parent 3b29ceb commit 6ba23b4

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed

test/dummy/lib/monkeypatches.rb

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
puts "Monkeypatches go here"

test/dummy/spec/models/user_spec.rb

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
class FooBar
2+
3+
end
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
puts "This is a spec support file"

test/dummy/test/models/user_test.rb

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
class UserTest
2+
end
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
puts "This is a test support file"

0 commit comments

Comments
 (0)