Sha256: 0d12d8d04f48874e5a42399fe4cf2b67dfa8505104b4c7e2163eec4a65295671

Contents?: true

Size: 219 Bytes

Versions: 12

Compression:

Stored size: 219 Bytes

Contents

RSpec.configure do |config|
  config.before(:all) do
    create_temp_directory
  end

  config.before(:each) do
  end

  config.after(:each) do
  end

  config.after(:all) do
    remove_temp_project_directory
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
kazan-0.5.0 spec/support/hooks.rb
kazan-0.4.0 spec/support/hooks.rb
kazan-0.3.1 spec/support/hooks.rb
kazan-0.3.0 spec/support/hooks.rb
kazan-0.2.4 spec/support/hooks.rb
kazan-0.2.3 spec/support/hooks.rb
kazan-0.2.2 spec/support/hooks.rb
kazan-0.2.1 spec/support/hooks.rb
kazan-0.2.0 spec/support/hooks.rb
kazan-0.1.2 spec/support/hooks.rb
kazan-0.1.1 spec/support/hooks.rb
kazan-0.1.0 spec/support/hooks.rb