diff options
author | Emilio Tagua <miloops@gmail.com> | 2010-05-27 10:07:51 -0300 |
---|---|---|
committer | Emilio Tagua <miloops@gmail.com> | 2010-05-27 10:07:51 -0300 |
commit | a158a736c821703682fc89bb83d7990e4618b08c (patch) | |
tree | 832aa0281b0eaa932eda77f6e6da0be194db97ae /spec/support/check.rb | |
parent | 43bfd3fae496a2a859aad0a654a91437357c3450 (diff) | |
parent | 2ee391231842eec5ce75517c0b24576c1e2a3261 (diff) | |
download | rails-a158a736c821703682fc89bb83d7990e4618b08c.tar.gz rails-a158a736c821703682fc89bb83d7990e4618b08c.tar.bz2 rails-a158a736c821703682fc89bb83d7990e4618b08c.zip |
Merge branch 'master' of github.com:brynary/arel
Diffstat (limited to 'spec/support/check.rb')
-rw-r--r-- | spec/support/check.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/check.rb b/spec/support/check.rb index 0a89349629..c9adce420c 100644 --- a/spec/support/check.rb +++ b/spec/support/check.rb @@ -3,4 +3,4 @@ module Check # See: https://rspec.lighthouseapp.com/projects/5645/tickets/504 def check(*args) end -end
\ No newline at end of file +end |