Commit be6e85326d00c8663bbb5dee0b4950ece44b1a02

Authored by Daniela Feitosa
1 parent b8cc9d7f

Added missing file in fixtures

also removed "return" from method
app/models/environment.rb
@@ -13,7 +13,7 @@ class Environment < ActiveRecord::Base @@ -13,7 +13,7 @@ class Environment < ActiveRecord::Base
13 13
14 def self.verify_filename(filename) 14 def self.verify_filename(filename)
15 filename += '.txt' if filename =~ IDENTIFY_SCRIPTS 15 filename += '.txt' if filename =~ IDENTIFY_SCRIPTS
16 - return filename 16 + filename
17 end 17 end
18 18
19 PERMISSIONS['Environment'] = { 19 PERMISSIONS['Environment'] = {
test/fixtures/files/hello_world.php 0 → 100644
@@ -0,0 +1 @@ @@ -0,0 +1 @@
  1 +<? print("Hello World"); ?>