Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Add missing 5.3.27 fpm spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheath committed Mar 21, 2014
1 parent 8e0cb2f commit 699a1fc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions spec/classes/fpm/php_fpm_5_3_27_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
require 'spec_helper'

describe "php::fpm::5_3_27" do
let(:facts) { default_test_facts }

it do
should contain_php__fpm("5.3.27")
end
end

0 comments on commit 699a1fc

Please sign in to comment.