Sha256: b2923d0804ef4485f03a476834051d8d817b651e9dc785a510fca384408dacc9

Contents?: true

Size: 523 Bytes

Versions: 6

Compression:

Stored size: 523 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'webmock/rspec'
require 'assetify'

include Assetify


def mock_jsfile(d = 'js "cool", "http://cool.js/down"')
  File.should_receive(:open).once.with("Jsfile").and_return(d)
end

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
assetify-1.0.0.rc1 spec/spec_helper.rb
assetify-0.7.0.rc1 spec/spec_helper.rb
assetify-0.4.0 spec/spec_helper.rb
assetify-0.3.0 spec/spec_helper.rb
assetify-0.2.2 spec/spec_helper.rb
assetify-0.2.1 spec/spec_helper.rb