summaryrefslogtreecommitdiff
path: root/spec/ruby/core/kernel/then_spec.rb
blob: 8109a2960a22a5032bdfda0c7336351ab05942b1 (plain)
1
2
3
4
5
6
require_relative '../../spec_helper'
require_relative 'shared/then'

describe "Kernel#then" do
  it_behaves_like :kernel_then, :then
end