You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
example "Creating an account - errors", :document => [:private, :developers] do
230
230
do_request
231
231
status.should ==422
@@ -242,12 +242,12 @@ RspecApiDocumentation.configure do |config|
242
242
config.define_group :non_privatedo |config|
243
243
config.exclusion_filter =:private
244
244
end
245
-
245
+
246
246
# Only document examples marked as 'public'
247
247
config.define_group :publicdo |config|
248
248
config.filter =:public
249
249
end
250
-
250
+
251
251
# Only document examples marked as 'developer'
252
252
config.define_group :developersdo |config|
253
253
config.filter =:developers
@@ -363,7 +363,7 @@ end
363
363
364
364
#### parameter
365
365
366
-
This method takes the parameter name, a description, and an optional hash of extra metadata that can be displayed in Raddocs as extra columns. If a method with the parameter name exists, e.g. a `let`, it will send the returned value up to the server as URL encoded data.
366
+
This method takes the parameter name, a description, and an optional hash of extra metadata that can be displayed in Raddocs as extra columns. If a method with the parameter name exists, e.g. a `let`, it will send the returned value up to the server as URL encoded data.
0 commit comments