summaryrefslogtreecommitdiff
path: root/spec/fixtures
diff options
context:
space:
mode:
authorJohn Mair <jrmair@gmail.com>2013-03-10 00:19:10 +0100
committerJohn Mair <jrmair@gmail.com>2013-03-10 00:19:10 +0100
commit7c8f9be176b3c11f871abb25bed38d3412b5b6ab (patch)
tree7e0195d1a6f436a220fe4b00b402b4e999071bf3 /spec/fixtures
parent0256eaa35d4b7f3ae7491fcaa621269330badbeb (diff)
downloadpry-7c8f9be176b3c11f871abb25bed38d3412b5b6ab.tar.gz
Show error when no docs found
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/show_source_doc_examples.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/fixtures/show_source_doc_examples.rb b/spec/fixtures/show_source_doc_examples.rb
index 53804baa..6d8cddfc 100644
--- a/spec/fixtures/show_source_doc_examples.rb
+++ b/spec/fixtures/show_source_doc_examples.rb
@@ -1,5 +1,6 @@
# used by test_show_source.rb and test_documentation.rb
class TestClassForShowSource
+ #doc
def alpha
end
end