-
Notifications
You must be signed in to change notification settings - Fork 25
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
[CI] Fix the build on 3.0 #46
base: develop
Are you sure you want to change the base?
Commits on Aug 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0b1b94c - Browse repository at this point
Copy the full SHA 0b1b94cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9d85a5 - Browse repository at this point
Copy the full SHA a9d85a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2777ef3 - Browse repository at this point
Copy the full SHA 2777ef3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dbea15 - Browse repository at this point
Copy the full SHA 3dbea15View commit details
Commits on Aug 25, 2019
-
[CI] Relax Bundler development dependency.
Should get things passing on: - ruby-2.5.3 - jruby-9.1.17.0
Configuration menu - View commit details
-
Copy full SHA for 4691580 - Browse repository at this point
Copy the full SHA 4691580View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a48e29 - Browse repository at this point
Copy the full SHA 6a48e29View commit details -
Fixes adhearsion#35
Configuration menu - View commit details
-
Copy full SHA for c48b5a5 - Browse repository at this point
Copy the full SHA c48b5a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6581059 - Browse repository at this point
Copy the full SHA 6581059View commit details -
Configuration menu - View commit details
-
Copy full SHA for c987ee9 - Browse repository at this point
Copy the full SHA c987ee9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48da9cd - Browse repository at this point
Copy the full SHA 48da9cdView commit details -
[SPEC] Use simplified assertions from commit: "Make Stream usable in …
…a supervision tree" See d9b806a
Configuration menu - View commit details
-
Copy full SHA for f312242 - Browse repository at this point
Copy the full SHA f312242View commit details -
Configuration menu - View commit details
-
Copy full SHA for 937ef57 - Browse repository at this point
Copy the full SHA 937ef57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c03334 - Browse repository at this point
Copy the full SHA 5c03334View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39625ca - Browse repository at this point
Copy the full SHA 39625caView commit details -
[SPEC] Don't error on RSpec deprecations.
Makes it easier to ensure that the build stays green from the RSpec 2.99 -> RSpec 3.x transition.
Configuration menu - View commit details
-
Copy full SHA for ece2346 - Browse repository at this point
Copy the full SHA ece2346View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aecd91 - Browse repository at this point
Copy the full SHA 7aecd91View commit details -
Convert specs to RSpec 2.99.2 syntax with Transpec
This conversion is done by Transpec 3.4.0 with the following command: transpec -f * 65 conversions from: obj.should to: expect(obj).to * 51 conversions from: == expected to: eq(expected) * 8 conversions from: it { should ... } to: it { is_expected.to ... } * 6 conversions from: obj.should_not to: expect(obj).not_to * 5 conversions from: =~ /pattern/ to: match(/pattern/) * 5 conversions from: it { should_not ... } to: it { is_expected.not_to ... } * 3 conversions from: obj.should_receive(:message) to: expect(obj).to receive(:message) * 2 conversions from: be_false to: be_falsey * 2 conversions from: its(:attr) { } to: describe '#attr' do subject { super().attr }; it { } end * 1 conversion from: lambda { }.should to: expect { }.to * 1 conversion from: mock('something') to: double('something') * 1 conversion from: obj.stub(:message) to: allow(obj).to receive(:message) * 1 conversion from: pending to: skip For more details: https://github.com/yujinakayama/transpec#supported-conversions
Configuration menu - View commit details
-
Copy full SHA for 976e90f - Browse repository at this point
Copy the full SHA 976e90fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f33506 - Browse repository at this point
Copy the full SHA 6f33506View commit details -
[SPEC] Replace undocumented, unsupported "feature" of #with
...with a documented, supported argument matcher block to #receive. Unsupported in #with: rspec/rspec-mocks#377 (comment) Supported in #receive: https://github.com/rspec/rspec-mocks#arbitrary-handling
Configuration menu - View commit details
-
Copy full SHA for afd95f3 - Browse repository at this point
Copy the full SHA afd95f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f41c09 - Browse repository at this point
Copy the full SHA 2f41c09View commit details -
[SPEC] Run transpec one more time to fix deprecations
Convert specs to RSpec 3.8.2 syntax with Transpec This conversion is done by Transpec 3.4.0 with the following command: transpec -f * 2 conversions from: obj.stub(:message => value) to: allow(obj).to receive_messages(:message => value) For more details: https://github.com/yujinakayama/transpec#supported-conversions
Configuration menu - View commit details
-
Copy full SHA for ab343b6 - Browse repository at this point
Copy the full SHA ab343b6View commit details -
Revert "Use rake < 11.x until we upgrade RSpec past 2.x"
This reverts commit a9d85a5.
Configuration menu - View commit details
-
Copy full SHA for c55ec91 - Browse repository at this point
Copy the full SHA c55ec91View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc812fc - Browse repository at this point
Copy the full SHA fc812fcView commit details