Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mperham/sidekiq
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed May 31, 2017
2 parents 19e90ff + c51cd81 commit 976bef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/sidekiq/templates/worker_spec.rb.erb
@@ -1,6 +1,6 @@
require 'rails_helper'
<% module_namespacing do -%>
RSpec.describe <%= class_name %>Worker, type: :worker do
pending "add some examples to (or delete) #{__FILE__}"
pending "add some examples to (or delete) #{__FILE__}"
end
<% end -%>

0 comments on commit 976bef7

Please sign in to comment.