dynamic_curses_input/spec/dynamic_curses_input_spec.rb
2023-06-07 15:56:30 -06:00

12 lines
232 B
Ruby

# frozen_string_literal: true
RSpec.describe DynamicCursesInput do
it "has a version number" do
expect(DynamicCursesInput::VERSION).not_to be nil
end
it "does something useful" do
expect(false).to eq(true)
end
end