Skip to content

Commit 4648fda

Browse files
committed
1 parent d06591a commit 4648fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spec/testsomething_unittests_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
context "file #{tfn} (using #{compiler})" do
7373
around(:example) { |example| fld.in_pristine_fake_libraries_dir(example) }
7474

75-
before(:all) do
75+
before(:each) do
7676
@cpp_library = backend.install_local_library(cpp_lib_path)
7777
@exe = @cpp_library.build_for_test_with_configuration(path, [], compiler, config.gcc_config("uno"))
7878
end

0 commit comments

Comments
 (0)