summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-08-26 13:38:10 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-08-26 13:38:10 -0700
commitac78e9a1475ef143aa343991252cc715ceb47c0f (patch)
tree6bd2f36f3aab2898a627f6cb2165a6d61efdf94b
parenta0a10c565a7fe61b5c38f9480eb9cb3d6899e0f3 (diff)
downloadohai-ac78e9a1475ef143aa343991252cc715ceb47c0f.tar.gz
remove empty before block
-rw-r--r--spec/unit/plugins/python_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/unit/plugins/python_spec.rb b/spec/unit/plugins/python_spec.rb
index 89108e7a..2d4d90a1 100644
--- a/spec/unit/plugins/python_spec.rb
+++ b/spec/unit/plugins/python_spec.rb
@@ -17,7 +17,6 @@
# limitations under the License.
#
-
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper.rb')
describe Ohai::System, "plugin python" do
@@ -32,9 +31,6 @@ describe Ohai::System, "plugin python" do
plugin
end
- before(:each) do
- end
-
it "should get the python version from printing sys.version and sys.platform" do
plugin.run
end