summaryrefslogtreecommitdiff
path: root/spec/ruby/library/prime/next_spec.rb
blob: afff353d6e0c06f9b6b826b9e8662193e0a1d750 (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/next', __FILE__)
require 'prime'

describe "Prime#next" do
  it_behaves_like :prime_next, :next
end