Module: Fix

Defined in:
lib/fix/command.rb

Overview

Namespace for the Fix framework.

Examples:

Let’s test a duck’s spec!

Fix::Command.run('duck_fix.rb', '--warnings')

Defined Under Namespace

Classes: Command

Constant Summary collapse

COMMAND_LINE_OPTIONS_FILE =

Fix reads command line configuration options from files in two different locations:

Local: “./.fix” (i.e. in the project’s root directory) Global: “~/.fix” (i.e. in the user’s home directory)

Options declared in the local file override those in the global file, while those declared in command-line will override any “.fix” file.

'.fix'