From 58ff6ee5d56624146cbecb7d1f194658b96760c9 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Tue, 27 May 2014 16:53:32 +0000 Subject: [PATCH] Use correct metadata for test app --- test_app/spec/unit/test_app/literal/command_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_app/spec/unit/test_app/literal/command_spec.rb b/test_app/spec/unit/test_app/literal/command_spec.rb index a5b19249..1c687082 100644 --- a/test_app/spec/unit/test_app/literal/command_spec.rb +++ b/test_app/spec/unit/test_app/literal/command_spec.rb @@ -2,7 +2,7 @@ require 'spec_helper' -RSpec.describe TestApp::Literal, '#string' do +RSpec.describe TestApp::Literal, '#command' do subject { object.command(double) } let(:object) { described_class.new }