Use correct metadata for test app

This commit is contained in:
Markus Schirp 2014-05-27 16:53:32 +00:00
parent 244b2f38d5
commit 58ff6ee5d5

View file

@ -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 }