Skip to content

Commit 949cf41

Browse files
committed
Rename .confile to Config.rb. [admin]
1 parent dd32bfd commit 949cf41

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
#!/usr/bin/env ruby
22

3-
#
43
# Setup QED.
5-
#
6-
qed do
7-
4+
config :qed do
85
# Create coverage report.
96
profile :cov do
107
require 'simplecov'
@@ -14,5 +11,4 @@
1411
#add_group "RSpec", "lib/assay/rspec.rb"
1512
end
1613
end
17-
1814
end

README.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Executable can also generate help text for commands.
110110

111111
If you look back at the class definition you can see it's pulling
112112
comments from the source to provide descriptions. It pulls the
113-
description the command itself from the `#call` method.
113+
description for the command itself from the `#call` method.
114114

115115
Basic help like this is fine for personal tools, but for public facing
116116
production applications it is desirable to utilize manpages. To this end,

0 commit comments

Comments
 (0)