Skip to content

Commit

Permalink
[specs] Fix build_directory test
Browse files Browse the repository at this point in the history
  • Loading branch information
viteinfinite committed Dec 10, 2015
1 parent adae9f5 commit ef9f6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/slather/project_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
end

it "should return the derived_data_path if no build_directory has been set" do
derived_data_path = double(String)
derived_data_path_mock = double(String)
fixtures_project.stub(:derived_data_path).and_return(derived_data_path_mock)
expect(fixtures_project.build_directory).to eq(derived_data_path_mock)
end
Expand Down

0 comments on commit ef9f6d0

Please sign in to comment.