Sha256: 4481e592cfcf39ec67dc7a0a9ca738829de146417471f038d5db6a819881f465

Contents?: true

Size: 270 Bytes

Versions: 13

Compression:

Stored size: 270 Bytes

Contents

require 'psd_native'

class PSD
  attr_reader :file
end

RSpec.configure do |config|
  unless ENV['CIRCLECI']
    config.filter_run :focus => true
  end
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.run_all_when_everything_filtered = true
end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
bench9000-0.1 vendor/psd_native/spec/spec_helper.rb
psd_native-1.1.3 spec/spec_helper.rb
psd_native-1.1.2 spec/spec_helper.rb
psd_native-1.1.1 spec/spec_helper.rb
psd_native-1.1.0 spec/spec_helper.rb
psd_native-1.0.1 spec/spec_helper.rb
psd_native-1.0.0 spec/spec_helper.rb
psd_native-0.6.0 spec/spec_helper.rb
psd_native-0.5.0 spec/spec_helper.rb
psd_native-0.4.0 spec/spec_helper.rb
psd_native-0.3.1 spec/spec_helper.rb
psd_native-0.3.0 spec/spec_helper.rb
psd_native-0.2.0 spec/spec_helper.rb