Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Sidekiq 3.2 #42

Closed
wants to merge 3 commits into from
Closed

Support for Sidekiq 3.2 #42

wants to merge 3 commits into from

Conversation

JuanitoFatas
Copy link

Hi. I want to use Sidekiq 3.2.1 (latest). What should I do to make autoscaler support Sidekiq 3.2? Thanks!

Also I use transpec to update specs to RSpec 3.0.3 syntax. I have to install cupertino and transpec in the Gemfile due to an error: yujinakayama/transpec#73.

transpec could not run due to this error:

nomad-cli/cupertino#109

So I have to add it to Gemfile.
This conversion is done by Transpec 2.3.6 with the following command:
    bundle exec transpec

* 63 conversions
    from: obj.should
      to: expect(obj).to

* 61 conversions
    from: == expected
      to: eq(expected)

* 7 conversions
    from: obj.stub(:message)
      to: allow(obj).to receive(:message)

* 2 conversions
    from: it { should ... }
      to: it { is_expected.to ... }

* 2 conversions
    from: its(:attr) { }
      to: describe '#attr' do subject { super().attr }; it { } end

* 2 conversions
    from: obj.should_not
      to: expect(obj).not_to

* 1 conversion
    from: be_true
      to: be_truthy

* 1 conversion
    from: obj.should_receive(:message)
      to: expect(obj).to receive(:message)

For more details: https://github.com/yujinakayama/transpec#supported-conversions
@JuanitoFatas
Copy link
Author

Thank you! @bkudria

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant