Skip to content

Commit

Permalink
removed debug line.
Browse files Browse the repository at this point in the history
  • Loading branch information
toXXIc committed Feb 21, 2013
1 parent dfb85e8 commit 7e6f7ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/settingslogic_spec.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,5 @@
require File.expand_path(File.dirname(__FILE__) + "/spec_helper") require File.expand_path(File.dirname(__FILE__) + "/spec_helper")


puts "Value: #{Settings.get('setting1.deep.child.value')}"

describe "Settingslogic" do describe "Settingslogic" do
it "should access settings" do it "should access settings" do
Settings.setting2.should == 5 Settings.setting2.should == 5
Expand Down

0 comments on commit 7e6f7ff

Please sign in to comment.