lib/machine/machine.rb in aub-machine-1.0.0 vs lib/machine/machine.rb in aub-machine-1.0.1
- old
+ new
@@ -11,10 +11,9 @@
# An Array of strings specifying locations that should be searched for
# machine definitions. By default, machine will attempt to require
# "machines," "test/machines," and "spec/machines." Only the first
# existing file will be loaded.
cattr_accessor :definition_file_paths
- self.definition_file_paths = %w(machines test/machines spec/machines)
def self.find_definitions #:nodoc:
definition_file_paths.each do |file_path|
begin
require(file_path)