We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd32bfd commit 949cf41Copy full SHA for 949cf41
2 files changed
.confile Config.rb.confile renamed to Config.rb
@@ -1,10 +1,7 @@
1
#!/usr/bin/env ruby
2
3
-#
4
# Setup QED.
5
6
-qed do
7
-
+config :qed do
8
# Create coverage report.
9
profile :cov do
10
require 'simplecov'
@@ -14,5 +11,4 @@
14
11
#add_group "RSpec", "lib/assay/rspec.rb"
15
12
end
16
13
17
18
README.rdoc
@@ -110,7 +110,7 @@ Executable can also generate help text for commands.
110
111
If you look back at the class definition you can see it's pulling
112
comments from the source to provide descriptions. It pulls the
113
-description the command itself from the `#call` method.
+description for the command itself from the `#call` method.
114
115
Basic help like this is fine for personal tools, but for public facing
116
production applications it is desirable to utilize manpages. To this end,
0 commit comments