Method: Beaker::Subcommands::SubcommandUtil.determine_rake_file

Defined in:
lib/beaker/subcommands/subcommand_util.rb

.determine_rake_fileString

Determines what Rakefile to use

Returns:

  • the name of the rakefile to use



46
47
48
# File 'lib/beaker/subcommands/subcommand_util.rb', line 46

def self.determine_rake_file()
  rake_app.find_rakefile_location() ? rake_app.find_rakefile_location()[0] : "Rakefile"
end