Sha256: 436ad68f2ef60f59f6433ecaed7935799a5303f9a97d6d9000aa567915956369

Contents?: true

Size: 390 Bytes

Versions: 9

Compression:

Stored size: 390 Bytes

Contents

RequireSupportFiles File.dirname(__FILE__) + "/../../../edit_view/features/"

def reset_project_fixtures
  fixtures_path = File.expand_path(File.dirname(__FILE__) + "/../fixtures")
  File.open(fixtures_path + "/winter.txt", "w") {|f| f.print "Wintersmith" }
  FileUtils.rm_rf(fixtures_path + "/winter2.txt")
end

Before do
  reset_project_fixtures
end

After do
  reset_project_fixtures
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
redcar-0.3.4.3 plugins/project/features/support/env.rb
redcar-0.3.4.2 plugins/project/features/support/env.rb
redcar-0.3.4.1 plugins/project/features/support/env.rb
redcar-0.3.4 plugins/project/features/support/env.rb
redcar-0.3.3 plugins/project/features/support/env.rb
redcar-0.3.2dev plugins/project/features/support/env.rb
redcar-0.3.1dev plugins/project/features/support/env.rb
redcar-0.3.0dev plugins/project/features/support/env.rb
redcar-0.2.9dev plugins/project/features/support/env.rb