Skip to content

Commit

Permalink
Tests use these classes so must be required if run individually
Browse files Browse the repository at this point in the history
  • Loading branch information
acook committed Nov 7, 2023
1 parent dd1f186 commit da96c56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/screenbuffer_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
require_relative 'spec_helper'
require 'remedy/screenbuffer'
require "remedy/partial"
require "remedy/view"

describe Remedy::Screenbuffer do
subject(:sb){ described_class.new size, fill: "." }
Expand Down

0 comments on commit da96c56

Please sign in to comment.