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

Version Path
redcar-0.7 plugins/project/features/step_definitions/directory_steps.rb
redcar-0.6.1 plugins/project/features/step_definitions/directory_steps.rb
redcar-0.6 plugins/project/features/step_definitions/directory_steps.rb
redcar-0.6.1dev plugins/project/features/step_definitions/directory_steps.rb
redcar-0.5.1 plugins/project/features/step_definitions/directory_steps.rb
redcar-0.5 plugins/project/features/step_definitions/directory_steps.rb
redcar-0.5.6dev plugins/project/features/step_definitions/directory_steps.rb
redcar-0.5.5dev plugins/project/features/step_definitions/directory_steps.rb
redcar-0.5.4dev plugins/project/features/step_definitions/directory_steps.rb
redcar-0.5.3dev plugins/project/features/step_definitions/directory_steps.rb
redcar-0.5.2dev plugins/project/features/step_definitions/directory_steps.rb
redcar-0.5.1dev plugins/project/features/step_definitions/directory_steps.rb
redcar-0.4.1 plugins/project/features/step_definitions/directory_steps.rb
redcar-0.4 plugins/project/features/step_definitions/directory_steps.rb
redcar-0.3.10.1dev plugins/project/features/step_definitions/directory_steps.rb
redcar-0.3.10.0dev plugins/project/features/step_definitions/directory_steps.rb
redcar-0.3.9 plugins/project/features/step_definitions/directory_steps.rb
redcar-0.3.9.0dev plugins/project/features/step_definitions/directory_steps.rb
redcar-0.3.8.4 plugins/project/features/step_definitions/directory_steps.rb
redcar-0.3.8.3 plugins/project/features/step_definitions/directory_steps.rb