mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Add subject specs
This commit is contained in:
parent
e60c287216
commit
8381c08b05
5 changed files with 228 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
|||
require "../../spec_helper"
|
||||
|
||||
class Base; end
|
||||
|
||||
Spectator.describe "Subject" do
|
||||
subject() { Base.new }
|
||||
|
||||
describe "#foo" do
|
||||
it "bar" do
|
||||
expect(subject).to be_a(Base)
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue