This commit is contained in:
erwanlr
2013-03-27 13:54:35 +01:00
parent be0aad2c66
commit 52c1bd3558
4 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ shared_examples 'WpTheme::Versionable' do
subject.version.should == @expected
end
context 'the version is already sets' do
context 'the version is already set' do
it 'returns it' do
subject.version = '2.1'
@expected = '2.1'