Sha256: 163d217b26454dd9456d829e3343b3d180bce79979bc268c8181037468f583b0
Contents?: true
Size: 430 Bytes
Versions: 1
Compression:
Stored size: 430 Bytes
Contents
0.3.1 ----------- - Fix location of inline testing library `spec/spec_helper.rb` ```ruby require 'sucker_punch/testing/inline' SuckerPunch::Queue[:log_queue].async.perform("login") # => SYNCHRONOUS ``` 0.3 ----------- - Now includes a testing library that will run all jobs synchronously. `spec/spec_helper.rb` ```ruby require 'sucker_punch/testing' SuckerPunch::Queue[:log_queue].async.perform("login") # => SYNCHRONOUS ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sucker_punch-0.3.1 | CHANGES.md |