Skip to content

Commit

Permalink
Merge pull request #561 from timfel/fix-settings-test-maglev
Browse files Browse the repository at this point in the history
MagLev doesn't #expand __FILE__ like it should
  • Loading branch information
rkh committed Aug 17, 2012
2 parents d1e72d3 + 37e7d43 commit 08be86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/settings_test.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ def pub; end
end end


it 'defaults to the file subclassing' do it 'defaults to the file subclassing' do
assert_equal __FILE__, Sinatra.new.app_file assert_equal File.expand_path(__FILE__), Sinatra.new.app_file
end end
end end


Expand Down

0 comments on commit 08be86a

Please sign in to comment.