Skip to content

Commit

Permalink
Refactored to use our blueprints.rb as a test file, was using project…
Browse files Browse the repository at this point in the history
…s.yml before, which will be removed shortly.
  • Loading branch information
baphled committed Jul 22, 2010
1 parent 9fab183 commit c711ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/feature_file_spec.rb
Expand Up @@ -2,7 +2,7 @@

describe FeatureFile do
before(:each) do
@feature_file = FeatureFile.new("#{RAILS_ROOT}/spec/fixtures/projects.yml")
@feature_file = FeatureFile.new("#{RAILS_ROOT}/spec/blueprints.rb")
end

it "should be a child of the File object" do
Expand Down

0 comments on commit c711ede

Please sign in to comment.