Skip to content

Commit 4224b9b

Browse files
committed
Add fixture file for specs
1 parent 3408902 commit 4224b9b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
class ExampleFileForAppFileTest
2+
def hello
3+
puts "Hello World"
4+
end
5+
end

0 commit comments

Comments
 (0)