Sha256: 9550797b93f40e84ac1fe7aa1ffd8ae580f4720a2c8794dfc5cbb0084b436f7c
Contents?: true
Size: 473 Bytes
Versions: 27
Compression:
Stored size: 473 Bytes
Contents
When /I open a directory/ do Redcar::Project::DirectoryOpenCommand.new.run end When /I close the directory/ do Redcar::Project::DirectoryCloseCommand.new.run end When /^I refresh the directory tree$/ do Redcar::Project::Manager.focussed_project.refresh end When /^I move the myproject fixture away$/ do FileUtils.mv("plugins/project/spec/fixtures/myproject", "plugins/project/spec/fixtures/myproject.bak") @put_myproject_fixture_back = true end
Version data entries
27 entries across 27 versions & 1 rubygems