Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

Commit

Permalink
Made tests include the correct libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalpardoe committed Apr 9, 2009
1 parent ad454cc commit 73c89ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/rflickr_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'spec_helper'

describe "Rflickr" do
describe "rflickr" do
it "fails" do
fail "hey buddy, you should probably rename this file and start specing for real"
end
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'rflickr'
require 'flickr'

Spec::Runner.configure do |config|

Expand Down

0 comments on commit 73c89ec

Please sign in to comment.