Use correct metadata for test app
This commit is contained in:
parent
244b2f38d5
commit
58ff6ee5d5
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
require 'spec_helper'
|
require 'spec_helper'
|
||||||
|
|
||||||
RSpec.describe TestApp::Literal, '#string' do
|
RSpec.describe TestApp::Literal, '#command' do
|
||||||
subject { object.command(double) }
|
subject { object.command(double) }
|
||||||
|
|
||||||
let(:object) { described_class.new }
|
let(:object) { described_class.new }
|
||||||
|
|
Loading…
Reference in a new issue